summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-13 10:42:53 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2017-05-13 10:42:53 -0500
commit8737bec1deee81da0e4fdfd542603d85c4deebc9 (patch)
tree4927801cfc36246a67cf701d78d512c03c2efb5c /sphinx/cmdline.py
parente2f49cfc0d2ffc8f0fbe1f093fb1665103c82381 (diff)
downloadsphinx-git-8737bec1deee81da0e4fdfd542603d85c4deebc9.tar.gz
typing -> type
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r--sphinx/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py
index 80452b2c6..23e7944ad 100644
--- a/sphinx/cmdline.py
+++ b/sphinx/cmdline.py
@@ -114,7 +114,7 @@ def handle_exception(app, opts, exception, stderr=sys.stderr):
file=stderr)
-def main(argv=sys.argv[1:]): # typing: ignore
+def main(argv=sys.argv[1:]): # type: ignore
# type: (List[unicode]) -> int
parser = optparse.OptionParser(USAGE, epilog=EPILOG, formatter=MyFormatter())
parser.add_option('--version', action='store_true', dest='version',