From: Georg Brandl Date: Tue, 26 Oct 2010 06:59:23 +0000 (+0000) Subject: Markup fix. X-Git-Tag: v3.2a4~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19208900f4c0e4a35a749029db7d54a8a0bda1e7;p=thirdparty%2FPython%2Fcpython.git Markup fix. --- diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index 720da0f90297..17e98561d879 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.