Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Sep 28, 2022
1 parent 86648c2 commit bb97cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/dev_tools.py
Expand Up @@ -530,7 +530,7 @@ def expand_comma_separated_names(obj):
for w in obj.strip('()').split(','):
yield w.strip()
else:
yield object
yield obj

for obj in itertools.chain.from_iterable(expand_comma_separated_names(object)
for object in objects):
Expand Down

0 comments on commit bb97cf1

Please sign in to comment.