bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)

Automerge-Triggered-By: GH:vstinner
This commit is contained in:
Erlend Egeberg Aasland 2021-06-24 09:57:14 +02:00 committed by GitHub
parent 769d7d0c66
commit 9049ea51ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: