Fixed a typo in the -b option.
This commit is contained in:
commit
5593804f76
|
@ -89,7 +89,7 @@ compile Python sources.
|
||||||
|
|
||||||
.. versionchanged:: 3.5
|
.. versionchanged:: 3.5
|
||||||
Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
|
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``.
|
byte-code file ending in ``.pyc``, never ``.pyo``.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue