diff options
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2d15d5d3368..0921e4c0c4d 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -34,7 +34,7 @@ python \- an interpreted, interactive, object-oriented programming language .B \-O ] [ -.B \-O0 +.B \-OO ] [ .B -Q @@ -145,7 +145,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 .B \-q |