diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-06-24 07:57:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 07:57:14 (GMT) |
commit | 9049ea51eca081984c8ae37dfeb68b75d624e90d (patch) | |
tree | fa25f91641c35ddab0c5796d2c3b546667ecd643 /Doc/library/test.rst | |
parent | 769d7d0c66c5b86e2dd29b9ce67ac2daaab1bb38 (diff) | |
download | cpython-9049ea51eca081984c8ae37dfeb68b75d624e90d.zip cpython-9049ea51eca081984c8ae37dfeb68b75d624e90d.tar.gz cpython-9049ea51eca081984c8ae37dfeb68b75d624e90d.tar.bz2 |
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Automerge-Triggered-By: GH:vstinner
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index eb4f04f..7ee96d3 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: |