Commit 9c4f09d0 authored by R David Murray's avatar R David Murray

#11971: fix man page; it's -OO not -O0

Patch by Lars Michelsen.
parent bb754b50
...@@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language ...@@ -31,7 +31,7 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-O .B \-O
] ]
[ [
.B \-O0 .B \-OO
] ]
[ [
.B -Q .B -Q
...@@ -142,7 +142,7 @@ compiled (bytecode) files from ...@@ -142,7 +142,7 @@ compiled (bytecode) files from
.I .pyc .I .pyc
to \fI.pyo\fP. Given twice, causes docstrings to be discarded. to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
.TP .TP
.B \-O0 .B \-OO
Discard docstrings in addition to the \fB-O\fP optimizations. Discard docstrings in addition to the \fB-O\fP optimizations.
.TP .TP
.BI "\-Q " argument .BI "\-Q " argument
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment