From 2446eab230a2244b2d254e5dd40461615fc04baa Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 13 Sep 2015 21:09:17 +0300 Subject: [PATCH] Fixed a typo in the -b option. --- Doc/library/compileall.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 82f3753dfbb..c5736f20439 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``.