Skip to content

Commit

Permalink
Fix typo in README.rst (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacertain authored Dec 12, 2024
1 parent db82b84 commit 8d25f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A proxy for ``asyncio.AbstractEventLoop`` for testing purposes.

When tests writing for asyncio based code, there are controversial requirements.

First, a signle event loop for the whole test session (or test subset) is desired. For
First, a single event loop for the whole test session (or test subset) is desired. For
example, if web server starts slowly, there is a temptation to create a server only once
and access to the single web server instance from each test.

Expand Down

0 comments on commit 8d25f7c

Please sign in to comment.