diff options
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`. |