docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)

This commit is contained in:
Yury Selivanov 2015-09-09 09:32:07 -04:00
parent 1f4d4705bd
commit f03d50c5da
1 changed files with 3 additions and 6 deletions

View File

@ -88,12 +88,9 @@ compile Python sources.
Added the ``-i``, ``-b`` and ``-h`` options.
.. versionchanged:: 3.5
* Added the ``-j`` and ``-r`` options.
* ``-q`` option was changed to a multilevel value.
* ``-qq`` option.
* ``-b`` will always produce a byte-code file ending in ``.pyc``,
never ``.pyo``.
Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
was changed to a multilevel value. ``b`` will always produce a
byte-code file ending in ``.pyc``, never ``.pyo``.
There is no command-line option to control the optimization level used by the