mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix print statement
This commit is contained in:
parent
b1a9f7548b
commit
4ea9e55934
@ -102,7 +102,7 @@ def main(argv):
|
||||
file=sys.stderr)
|
||||
return 0
|
||||
if '--version' in allopts:
|
||||
print 'Sphinx (sphinx-build) %s' % __version__
|
||||
print('Sphinx (sphinx-build) %s' % __version__)
|
||||
return 0
|
||||
|
||||
# get paths (first and second positional argument)
|
||||
|
Loading…
Reference in New Issue
Block a user