Skip to content

Commit 9049ea5

Browse files
author
Erlend Egeberg Aasland
authored
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Automerge-Triggered-By: GH:vstinner
1 parent 769d7d0 commit 9049ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/test.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ The :mod:`test.support` module defines the following functions:
932932

933933
Assert that type *tp* cannot be instantiated using *args* and *kwds*.
934934

935-
.. versionadded:: 3.11
935+
.. versionadded:: 3.10
936936

937937

938938
The :mod:`test.support` module defines the following classes:

0 commit comments

Comments
 (0)