commit | 19208900f4c0e4a35a749029db7d54a8a0bda1e7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 26 06:59:23 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 26 06:59:23 2010 +0000 |
tree | 8cc572f734726f6dcff21f9419fc6b0fdb5f79a2 | |
parent | 856023a098c60ba0d2bcfd01c5cd8ccff7db97b5 [diff] |
Markup fix.
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 @@ * :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.