summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-13 18:09:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-13 18:09:36 (GMT)
commit5593804f76f36c3c79c1489bf96643e55385013e (patch)
treeb535623bfb43ea66675ac906be0bb73896415d06 /Doc
parentd3b9407538801e7f32e40435ba64f59d30876280 (diff)
parent2446eab230a2244b2d254e5dd40461615fc04baa (diff)
downloadcpython-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.rst2
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``.