summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 351c032..9f013f8 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -324,7 +324,7 @@ The :mod:`test.support` module defines the following functions:
w.reset()
assert len(w.warnings) == 0
- .. versionchanged:: 2.7
+ .. versionchanged:: 3.2
New optional attributes ``*filters`` and ``quiet``.