diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:09:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-13 18:09:36 (GMT) |
commit | 5593804f76f36c3c79c1489bf96643e55385013e (patch) | |
tree | b535623bfb43ea66675ac906be0bb73896415d06 /Doc | |
parent | d3b9407538801e7f32e40435ba64f59d30876280 (diff) | |
parent | 2446eab230a2244b2d254e5dd40461615fc04baa (diff) | |
download | cpython-5593804f76f36c3c79c1489bf96643e55385013e.zip cpython-5593804f76f36c3c79c1489bf96643e55385013e.tar.gz cpython-5593804f76f36c3c79c1489bf96643e55385013e.tar.bz2 |
Fixed a typo in the -b option.
Diffstat (limited to 'Doc')
-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``. |