Skip to content

Commit

Permalink
Fix wording (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokir committed May 18, 2023
1 parent 2e40fc4 commit 65f86c4
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 @@ -17,7 +17,7 @@ aiofiles: file support for asyncio
**aiofiles** is an Apache2 licensed library, written in Python, for handling local
disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
Ordinary local file IO is blocking, and cannot easily and portably be made
asynchronous. This means doing file IO may interfere with asyncio applications,
which shouldn't block the executing thread. aiofiles helps with this by
introducing asynchronous versions of files that support delegating operations to
Expand Down

0 comments on commit 65f86c4

Please sign in to comment.