From: Serhiy Storchaka Date: Sun, 13 Sep 2015 18:09:17 +0000 (+0300) Subject: Fixed a typo in the -b option. X-Git-Tag: v3.5.1rc1~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2446eab230a2244b2d254e5dd40461615fc04baa;p=thirdparty%2FPython%2Fcpython.git Fixed a typo in the -b option. --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 82f3753dfbb6..c5736f204399 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -89,7 +89,7 @@ compile Python sources. .. versionchanged:: 3.5 Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option - was changed to a multilevel value. ``b`` will always produce a + was changed to a multilevel value. ``-b`` will always produce a byte-code file ending in ``.pyc``, never ``.pyo``.