]> granicus.if.org Git - python/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 06:59:23 +0000 (06:59 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 06:59:23 +0000 (06:59 +0000)
Doc/library/warnings.rst

index 720da0f902977465f957b5f0bb4092ac4e1a808f..17e98561d879a917a88057aa2662711d66724cbf 100644 (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.