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/distutils | |
parent | 5c174bbd845fb9da880b9ab1c9d5da0280cc880f (diff) | |
download | cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.zip cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.gz cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.bz2 |
Add :term:s for descriptors.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index bc5d2b0..e334881 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -1199,7 +1199,7 @@ other utility module. If *force* is true, all files are recompiled regardless of timestamps. - The source filename encoded in each bytecode file defaults to the filenames + The source filename encoded in each :term:`bytecode` file defaults to the filenames listed in *py_files*; you can modify these with *prefix* and *basedir*. *prefix* is a string that will be stripped off of each source filename, and *base_dir* is a directory name that will be prepended (after *prefix* is |