Adjust phrasing in monkeypatch.undo docstring

s/test invocation/test function invocation/
This commit is contained in:
David Vierra 2015-08-29 19:00:00 -10:00
parent 6380e19f07
commit 3a27cd87ce
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class monkeypatch:
called automatically during tear-down.
Note that the same `monkeypatch` fixture is used across a
single test invocation. If `monkeypatch` is used both by
single test function invocation. If `monkeypatch` is used both by
the test function itself and one of the test fixtures,
calling `undo()` will undo all of the changes made in
both functions.