diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:09:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:09:17 (GMT) |
commit | 2446eab230a2244b2d254e5dd40461615fc04baa (patch) | |
tree | 89bc0328e8ad16b6755bb8d3555795bb9840d5b5 /Doc/library/compileall.rst | |
parent | 516a1a96eee8fe1e04cd44412d6bfaf65fba3e50 (diff) | |
download | cpython-2446eab230a2244b2d254e5dd40461615fc04baa.zip cpython-2446eab230a2244b2d254e5dd40461615fc04baa.tar.gz cpython-2446eab230a2244b2d254e5dd40461615fc04baa.tar.bz2 |
Fixed a typo in the -b option.
Diffstat (limited to 'Doc/library/compileall.rst')
-rw-r--r-- | Doc/library/compileall.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 82f3753..c5736f2 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``. |