diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-05-01 15:15:01 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-05-01 15:15:01 (GMT) |
commit | 90c3fb6e7674fe62cfb2f6db11e22b0beeb0505c (patch) | |
tree | f62eec0065e74451ae10ac04baa38cf33be4fed3 | |
parent | c90e19dd3fe3945f0f828d5918df11ec44976fcb (diff) | |
parent | e97f14c1bbd02d385f30f769c350731e2f2e251c (diff) | |
download | cpython-90c3fb6e7674fe62cfb2f6db11e22b0beeb0505c.zip cpython-90c3fb6e7674fe62cfb2f6db11e22b0beeb0505c.tar.gz cpython-90c3fb6e7674fe62cfb2f6db11e22b0beeb0505c.tar.bz2 |
Merge #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 0ef5467..1b37d0c 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 \-s @@ -141,7 +141,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 |