Skip to content
Snippets Groups Projects
Commit 3b58eefc authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fix syntax error

parent 0b3db1ca
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def yield_versions():
def main():
"""Print each version number to stdout."""+
"""Print each version number to stdout."""
for version in yield_versions():
print(version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment