Skip to content

Commit

Permalink
fix typo in monkeypatch title
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed May 27, 2019
1 parent c99494f commit 7ff8e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/monkeypatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ This behavior can be moved into ``fixture`` structures and shared across tests:
_ = get_os_user_lower()
Monkeypathing dictionaries
--------------------------
Monkeypatching dictionaries
---------------------------

:py:meth:`monkeypatch.setitem` can be used to safely set the values of dictionaries
to specific values during tests. Take this simplified connection string example:
Expand Down

0 comments on commit 7ff8e1b

Please sign in to comment.