summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/warnings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 720da0f902..17e98561d8 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.