Fixed double `be` word on monkeypatch docs page. (#5273)

Fixed double `be` word on monkeypatch docs page.
This commit is contained in:
Bruno Oliveira 2019-05-16 10:53:08 -03:00 committed by GitHub
commit b0a6161d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ both paths can be safely tested without impacting the running environment:
with pytest.raises(EnvironmentError):
_ = get_os_user_lower()
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:
.. code-block:: python