Skip to content

Commit

Permalink
Merge pull request #913 from hugovk/patch-3
Browse files Browse the repository at this point in the history
README: Fix asyncio.Timeout -> asyncio.TimeoutError typo
  • Loading branch information
asottile committed Nov 3, 2023
2 parents bcafa34 + 4a32768 commit 52280d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -555,7 +555,7 @@ Note that `if` blocks without an `else` will not be rewritten as it could introd

Availability:
- `--py310-plus` for `socket.timeout`
- `--py311-plus` for `asyncio.Timeout`
- `--py311-plus` for `asyncio.TimeoutError`

```diff

Expand Down

0 comments on commit 52280d4

Please sign in to comment.