]> granicus.if.org Git - python/commitdiff
Fixed a typo in the -b option.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Sep 2015 18:09:17 +0000 (21:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Sep 2015 18:09:17 +0000 (21:09 +0300)
Doc/library/compileall.rst

index 82f3753dfbb6de10ab51e7bd86d5bf28bf1d1975..c5736f204399d9ec52fc3607db41a17102eb47ca 100644 (file)
@@ -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``.