diff options
author | Larry Hastings <larry@hastings.org> | 2015-04-19 20:50:12 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-04-19 20:50:12 (GMT) |
commit | 770ce204ee7e5c69741282c8c8537055e97a62bd (patch) | |
tree | b8fdf467cdf54bb36ee518561a927cf1bc60d971 /Doc/library/py_compile.rst | |
parent | 1a084a882b6d201320aa834bfd14e1b9a445c139 (diff) | |
download | cpython-770ce204ee7e5c69741282c8c8537055e97a62bd.zip cpython-770ce204ee7e5c69741282c8c8537055e97a62bd.tar.gz cpython-770ce204ee7e5c69741282c8c8537055e97a62bd.tar.bz2 |
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Diffstat (limited to 'Doc/library/py_compile.rst')
-rw-r--r-- | Doc/library/py_compile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst index 3647571..97f2b20 100644 --- a/Doc/library/py_compile.rst +++ b/Doc/library/py_compile.rst @@ -30,7 +30,7 @@ byte-code cache files in the directory containing the source code. Compile a source file to byte-code and write out the byte-code cache file. The source code is loaded from the file name *file*. The byte-code is - written to *cfile*, which defaults to the :pep:`3147`/:pep`488` path, ending + written to *cfile*, which defaults to the :pep:`3147`/:pep:`488` path, ending in ``.pyc``. For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to ``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2. If *dfile* is |