summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-06-24 09:57:14 +0200
committerGitHub <noreply@github.com>2021-06-24 00:57:14 -0700
commit9049ea51eca081984c8ae37dfeb68b75d624e90d (patch)
treefa25f91641c35ddab0c5796d2c3b546667ecd643
parent769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38 (diff)
downloadcpython-git-9049ea51eca081984c8ae37dfeb68b75d624e90d.tar.gz
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Automerge-Triggered-By: GH:vstinner
-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 eb4f04f96e..7ee96d375a 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -932,7 +932,7 @@ The :mod:`test.support` module defines the following functions:
Assert that type *tp* cannot be instantiated using *args* and *kwds*.
- .. versionadded:: 3.11
+ .. versionadded:: 3.10
The :mod:`test.support` module defines the following classes: