Skip to content

Commit b0a6161

Browse files
authored
Fixed double be word on monkeypatch docs page. (#5273)
Fixed double `be` word on monkeypatch docs page.
2 parents 9642427 + 858010e commit b0a6161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/monkeypatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ both paths can be safely tested without impacting the running environment:
127127
with pytest.raises(EnvironmentError):
128128
_ = get_os_user_lower()
129129
130-
This behavior can be be moved into ``fixture`` structures and shared across tests:
130+
This behavior can be moved into ``fixture`` structures and shared across tests:
131131

132132
.. code-block:: python
133133

0 commit comments

Comments
 (0)