diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-05-01 15:14:31 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-05-01 15:14:31 (GMT) |
commit | e97f14c1bbd02d385f30f769c350731e2f2e251c (patch) | |
tree | c0161e4e6bed431355697a0aa024fd6a6a87168a /Misc/python.man | |
parent | 361a7df323d759a45062f3299984f4848535bae4 (diff) | |
parent | 9c4f09d0f487de32444ebc2e11fdbaadf3dc5cd3 (diff) | |
download | cpython-e97f14c1bbd02d385f30f769c350731e2f2e251c.zip cpython-e97f14c1bbd02d385f30f769c350731e2f2e251c.tar.gz cpython-e97f14c1bbd02d385f30f769c350731e2f2e251c.tar.bz2 |
Merge #11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
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 2d15d5d..0921e4c 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 |