diff options
author | Georg Brandl <georg@python.org> | 2010-10-26 06:59:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-26 06:59:23 (GMT) |
commit | 19208900f4c0e4a35a749029db7d54a8a0bda1e7 (patch) | |
tree | 8cc572f734726f6dcff21f9419fc6b0fdb5f79a2 /Doc/library/warnings.rst | |
parent | 856023a098c60ba0d2bcfd01c5cd8ccff7db97b5 (diff) | |
download | cpython-19208900f4c0e4a35a749029db7d54a8a0bda1e7.zip cpython-19208900f4c0e4a35a749029db7d54a8a0bda1e7.tar.gz cpython-19208900f4c0e4a35a749029db7d54a8a0bda1e7.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc/library/warnings.rst')
-rw-r--r-- | Doc/library/warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index 720da0f..17e9856 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -166,7 +166,7 @@ the command-line options passed to :option:`-W` and calls to * :exc:`BytesWarning` is ignored unless the :option:`-b` option is given once or twice; in this case this warning is either printed (``-b``) or turned into an - exception (``-bb`). + exception (``-bb``). * :exc:`ResourceWarning` is ignored unless Python was built in debug mode. |