[Python-checkins] r85843 - python/branches/py3k/Doc/library/warnings.rst

georg.brandl python-checkins at python.org
Tue Oct 26 08:59:23 CEST 2010


Author: georg.brandl
Date: Tue Oct 26 08:59:23 2010
New Revision: 85843

Log:
Markup fix.

Modified:
   python/branches/py3k/Doc/library/warnings.rst

Modified: python/branches/py3k/Doc/library/warnings.rst
==============================================================================
--- python/branches/py3k/Doc/library/warnings.rst	(original)
+++ python/branches/py3k/Doc/library/warnings.rst	Tue Oct 26 08:59:23 2010
@@ -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.
 


More information about the Python-checkins mailing list