diff options
author | Georg Brandl <georg@python.org> | 2016-02-25 19:17:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-25 19:17:45 (GMT) |
commit | 8c16cb9f65bfc7d732bc6bd3f533856795a95690 (patch) | |
tree | ee95fd5346ec40c976a07ffce0348d56180d8251 /Doc/using | |
parent | 2305b3cde3406f3a0ee7ff8c858bce5d372c77ae (diff) | |
download | cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.zip cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.gz cpython-8c16cb9f65bfc7d732bc6bd3f533856795a95690.tar.bz2 |
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
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 7ec9dce..ec744a3 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -194,7 +194,7 @@ Miscellaneous options :class:`str` or :class:`bytes` with :class:`int`. Issue an error when the option is given twice (:option:`-bb`). - .. versionchanged: 3.5 + .. versionchanged:: 3.5 Affects comparisons of :class:`bytes` with :class:`int`. .. cmdoption:: -B |