From 19208900f4c0e4a35a749029db7d54a8a0bda1e7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 26 Oct 2010 06:59:23 +0000 Subject: Markup fix. --- Doc/library/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12