diff options
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 2da63ac..353715b 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -389,7 +389,7 @@ The :mod:`test.support` module defines the following classes: manager all changes to environment variables done through this instance will be rolled back. - .. versionchanged:: 2.7 + .. versionchanged:: 3.1 Added dictionary interface. .. method:: EnvironmentVarGuard.set(envvar, value) |