Merge pull request #4012 from maxalbert/fix-docstring-typo
Fix typo in docstring
This commit is contained in:
commit
58aa4f91f5
|
@ -219,8 +219,8 @@ class MonkeyPatch(object):
|
|||
self.setitem(os.environ, name, value)
|
||||
|
||||
def delenv(self, name, raising=True):
|
||||
""" Delete ``name`` from the environment. Raise KeyError it does not
|
||||
exist.
|
||||
""" Delete ``name`` from the environment. Raise KeyError if it does
|
||||
not exist.
|
||||
|
||||
If ``raising`` is set to False, no exception will be raised if the
|
||||
environment variable is missing.
|
||||
|
|
Loading…
Reference in New Issue