From: Georg Brandl Date: Tue, 18 Mar 2014 06:44:07 +0000 (+0100) Subject: Fix option description that is a warning in new Sphinx versions. X-Git-Tag: v3.4.1rc1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5c801fdca17eaeeee6c123798462c7838929e99;p=python Fix option description that is a warning in new Sphinx versions. --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index b12c2173c0..41e9e1b095 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