[Python-checkins] cpython (3.4): Fix option description that is a warning in new Sphinx versions.

georg.brandl python-checkins at python.org
Tue Mar 18 07:48:01 CET 2014


http://hg.python.org/cpython/rev/f8dbec87dbfe
changeset:   89841:f8dbec87dbfe
branch:      3.4
parent:      89830:7093d5758954
user:        Georg Brandl <georg at python.org>
date:        Tue Mar 18 07:44:07 2014 +0100
summary:
  Fix option description that is a warning in new Sphinx versions.

files:
  Doc/library/compileall.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
--- a/Doc/library/compileall.rst
+++ b/Doc/library/compileall.rst
@@ -20,7 +20,8 @@
 
 .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list