[Python-checkins] cpython (merge 3.5 -> default): Fixed a typo in the -b option.

serhiy.storchaka python-checkins at python.org
Sun Sep 13 20:10:21 CEST 2015


https://hg.python.org/cpython/rev/8912efaa96a8
changeset:   97995:8912efaa96a8
parent:      97993:1a8b20b8f90d
parent:      97994:16d23c358848
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 13 21:09:36 2015 +0300
summary:
  Fixed a typo in the -b option.

files:
  Doc/library/compileall.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
--- a/Doc/library/compileall.rst
+++ b/Doc/library/compileall.rst
@@ -89,7 +89,7 @@
 
 .. 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``.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list