Skip to content

Commit 7ff8e1b

Browse files
committed
fix typo in monkeypatch title
1 parent c99494f commit 7ff8e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/monkeypatch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ This behavior can be moved into ``fixture`` structures and shared across tests:
330330
_ = get_os_user_lower()
331331
332332
333-
Monkeypathing dictionaries
334-
--------------------------
333+
Monkeypatching dictionaries
334+
---------------------------
335335

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

0 commit comments

Comments
 (0)