Skip to content

Commit 3115a05

Browse files
picnixzhugovk
andauthored
Update Lib/test/support/os_helper.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9f9264e commit 3115a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/os_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def set(self, envvar, value):
758758
self[envvar] = value
759759

760760
def unset(self, envvar, /, *envvars):
761-
"""Unset one or more known environment variables."""
761+
"""Unset one or more environment variables."""
762762
for ev in (envvar, *envvars):
763763
del self[ev]
764764

0 commit comments

Comments
 (0)