We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83e56e commit 0c9455bCopy full SHA for 0c9455b
1 file changed
Doc/library/test.rst
@@ -1426,12 +1426,9 @@ The :mod:`test.support.os_helper` module provides support for os tests.
1426
``value``.
1427
1428
1429
-.. method:: EnvironmentVarGuard.unset(envvar, *others)
+.. method:: EnvironmentVarGuard.unset(envvar)
1430
1431
- Temporarily unset one or more environment variables.
1432
-
1433
- .. versionchanged:: next
1434
- More than one environment variable can be unset.
+ Temporarily unset the environment variable ``envvar``.
1435
1436
1437
.. function:: can_symlink()
0 commit comments