[Python-checkins] cpython (2.7): fix malformed use cmdoption directive

benjamin.peterson python-checkins at python.org
Fri Sep 5 04:41:04 CEST 2014


http://hg.python.org/cpython/rev/41617012fa1e
changeset:   92343:41617012fa1e
branch:      2.7
parent:      92339:390e910b2f96
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Sep 04 22:40:34 2014 -0400
summary:
  fix malformed use cmdoption directive

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