Fixed a typo in the -b option.

This commit is contained in:
Serhiy Storchaka 2015-09-13 21:09:17 +03:00
parent 516a1a96ee
commit 2446eab230
1 changed files with 1 additions and 1 deletions

View 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``.