Skip to content

Commit b521f40

Browse files
kianmengTinche
authored andcommitted
Fix typo
1 parent f21e0da commit b521f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Mark your test coroutine with this marker and pytest will execute it as an
139139
asyncio task using the event loop provided by the ``event_loop`` fixture. See
140140
the introductory section for an example.
141141

142-
The event loop used can be overriden by overriding the ``event_loop`` fixture
142+
The event loop used can be overridden by overriding the ``event_loop`` fixture
143143
(see above).
144144

145145
In order to make your test code a little more concise, the pytest |pytestmark|_

0 commit comments

Comments
 (0)