Skip to content

Commit

Permalink
fix missing word in revision
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed May 27, 2019
1 parent 550f8e8 commit 60e4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/monkeypatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ environment variable is missing, or to set multiple values to a known variable.
:py:meth:`monkeypatch.setenv` and :py:meth:`monkeypatch.delenv` can be used for
these patches.

4. Use :py:meth:`monkeypatch.syspath_prepend` to modify the system ``$PATH`` and
4. Use :py:meth:`monkeypatch.syspath_prepend` to modify the system ``$PATH`` safely, and
:py:meth:`monkeypatch.chdir` to change the context of the current working directory
during a test.

Expand Down

0 comments on commit 60e4fd4

Please sign in to comment.