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/using | |
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/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 81cd38a..701c624 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -199,7 +199,7 @@ Miscellaneous options .. cmdoption:: -B - If given, Python won't try to write ``.pyc``` files on the + If given, Python won't try to write ``.pyc`` files on the import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`. |