Markup fix.

This commit is contained in:
Georg Brandl 2010-10-26 06:59:23 +00:00
parent 856023a098
commit 19208900f4
1 changed files with 1 additions and 1 deletions

View File

@ -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.