Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2446eab

Browse files
Fixed a typo in the -b option.
1 parent 516a1a9 commit 2446eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/compileall.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ compile Python sources.
8989

9090
.. versionchanged:: 3.5
9191
Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
92-
was changed to a multilevel value. ``b`` will always produce a
92+
was changed to a multilevel value. ``-b`` will always produce a
9393
byte-code file ending in ``.pyc``, never ``.pyo``.
9494

9595

0 commit comments

Comments
 (0)