diff options
-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: |