diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-05-01 11:12:35 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-05-01 11:12:35 -0400 |
commit | f9860c82986a33442704f60878868bb2631e2116 (patch) | |
tree | 127a9738cb02ca557dd3f4e2c7f6f6b76b20eb30 | |
parent | dd6ab853849ac07692330769f4835910c28e0c8a (diff) | |
download | cpython-git-f9860c82986a33442704f60878868bb2631e2116.tar.gz |
#11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
-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 ddfccef8a4..93087876c0 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -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 |