We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
be
2 parents 9642427 + 858010e commit b0a6161Copy full SHA for b0a6161
doc/en/monkeypatch.rst
@@ -127,7 +127,7 @@ both paths can be safely tested without impacting the running environment:
127
with pytest.raises(EnvironmentError):
128
_ = get_os_user_lower()
129
130
-This behavior can be be moved into ``fixture`` structures and shared across tests:
+This behavior can be moved into ``fixture`` structures and shared across tests:
131
132
.. code-block:: python
133
0 commit comments