commit | 5e52db035d4fbce88c5a1a9820edca406fbf5f25 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 21 10:45:46 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 21 10:45:46 2007 +0000 |
tree | 5051f2fe632a3b3573a545835ca3f1b00b142927 | |
parent | 5c174bbd845fb9da880b9ab1c9d5da0280cc880f [diff] |
Add :term:s for descriptors.
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 @@ .. 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`.