Skip to content

Commit

Permalink
Windows compatible test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Mar 16, 2023
1 parent edaf3d9 commit 0ec3b75
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 @@ -282,7 +282,7 @@ like read or write as it is implemented in a built-in open.
async def main():
async with AIOFile("/tmp/hello.txt", 'w+') as afp:
async with AIOFile("hello.txt", 'w+') as afp:
payload = "Hello world\n"
await asyncio.gather(
Expand Down

0 comments on commit 0ec3b75

Please sign in to comment.