diff options
author | Georg Brandl <georg@python.org> | 2007-10-21 10:45:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-21 10:45:46 (GMT) |
commit | 5e52db035d4fbce88c5a1a9820edca406fbf5f25 (patch) | |
tree | 5051f2fe632a3b3573a545835ca3f1b00b142927 /Doc/using | |
parent | 5c174bbd845fb9da880b9ab1c9d5da0280cc880f (diff) | |
download | cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.zip cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.gz cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.bz2 |
Add :term:s for descriptors.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index eb18c89..952adb2 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -169,7 +169,7 @@ Miscellaneous options .. cmdoption:: -O Turn on basic optimizations. This changes the filename extension for - compiled (:term:`byte code`) files from ``.pyc`` to ``.pyo``. See also + compiled (:term:`bytecode`) files from ``.pyc`` to ``.pyo``. See also :envvar:`PYTHONOPTIMIZE`. |