From 5e7cd90752e9a330a0e4a46088a4da9b2305ef03 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 24 Jun 2021 00:16:06 +0200 Subject: [PATCH] bpo-43988: Fix test.support.check_disallow_instantiation version added --- Doc/library/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index eb4f04f96e4f18..7ee96d375a1d04 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: