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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2446eab230a2244b2d254e5dd40461615fc04baa;p=python Fixed a typo in the -b option. --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 82f3753dfb..c5736f2043 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``.