diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 21:09:36 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 21:09:36 +0300 |
commit | 5593804f76f36c3c79c1489bf96643e55385013e (patch) | |
tree | b535623bfb43ea66675ac906be0bb73896415d06 | |
parent | d3b9407538801e7f32e40435ba64f59d30876280 (diff) | |
parent | 2446eab230a2244b2d254e5dd40461615fc04baa (diff) | |
download | cpython-git-5593804f76f36c3c79c1489bf96643e55385013e.tar.gz |
Fixed a typo in the -b option.
-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 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``. |