Skip to content

Commit 0c9455b

Browse files
committed
rollback docs
1 parent f83e56e commit 0c9455b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Doc/library/test.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,9 @@ The :mod:`test.support.os_helper` module provides support for os tests.
14261426
``value``.
14271427

14281428

1429-
.. method:: EnvironmentVarGuard.unset(envvar, *others)
1429+
.. method:: EnvironmentVarGuard.unset(envvar)
14301430

1431-
Temporarily unset one or more environment variables.
1432-
1433-
.. versionchanged:: next
1434-
More than one environment variable can be unset.
1431+
Temporarily unset the environment variable ``envvar``.
14351432

14361433

14371434
.. function:: can_symlink()

0 commit comments

Comments
 (0)