commit | beda11047c68782d2ede2f1875f2215cc54281fc | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Sep 04 22:40:34 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Sep 04 22:40:34 2014 -0400 |
tree | 663986fbb3606013c20fe5fe3e05c43e2c911e3e | |
parent | 162126d567fee38861a58201c0baf0a304a1ef2a [diff] |
fix malformed use cmdoption directive
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 0e79a5a..f805787 100644 --- 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