]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11971: fix man page; it's -OO not -O0
authorR David Murray <rdmurray@bitdance.com>
Sun, 1 May 2011 15:12:35 +0000 (11:12 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 1 May 2011 15:12:35 +0000 (11:12 -0400)
Patch by Lars Michelsen.

Misc/python.man

index ddfccef8a4eb2c288fe8d95f77e6dc5f4109eabc..93087876c03c1470216294e120524b2b4914e32b 100644 (file)
@@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language
 .B \-O
 ]
 [
-.B \-O0
+.B \-OO
 ]
 [
 .B -Q
@@ -148,7 +148,7 @@ compiled (bytecode) files from
 .I .pyc
 to \fI.pyo\fP.  Given twice, causes docstrings to be discarded.
 .TP
-.B \-O0
+.B \-OO
 Discard docstrings in addition to the \fB-O\fP optimizations.
 .TP
 .BI "\-Q " argument