summaryrefslogtreecommitdiffstats
path: root/Doc/library/compileall.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-13 18:09:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-13 18:09:17 (GMT)
commit2446eab230a2244b2d254e5dd40461615fc04baa (patch)
tree89bc0328e8ad16b6755bb8d3555795bb9840d5b5 /Doc/library/compileall.rst
parent516a1a96eee8fe1e04cd44412d6bfaf65fba3e50 (diff)
downloadcpython-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.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``.