summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-18 06:44:07 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-18 06:44:07 (GMT)
commitf5c801fdca17eaeeee6c123798462c7838929e99 (patch)
tree68df054dfff22d39c54cb3803291abc64d689876 /Doc
parentd6a91a7ab69fe449259d8719acf63cca9af45ba0 (diff)
downloadcpython-f5c801fdca17eaeeee6c123798462c7838929e99.zip
cpython-f5c801fdca17eaeeee6c123798462c7838929e99.tar.gz
cpython-f5c801fdca17eaeeee6c123798462c7838929e99.tar.bz2
Fix option description that is a warning in new Sphinx versions.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/compileall.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
index b12c217..41e9e1b 100644
--- a/Doc/library/compileall.rst
+++ b/Doc/library/compileall.rst
@@ -20,7 +20,8 @@ compile Python sources.
.. program:: compileall
-.. cmdoption:: [directory|file]...
+.. cmdoption:: directory ...
+ file ...
Positional arguments are files to compile or directories that contain
source files, traversed recursively. If no argument is given, behave as if