Browse Source

Fixed a typo in the -b option.

pull/9921/head
Serhiy Storchaka 10 years ago
parent
commit
2446eab230
  1. 2
      Doc/library/compileall.rst

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

Loading…
Cancel
Save