Skip to content

Commit

Permalink
README: Fix asyncio.Timeout -> asyncio.TimeoutError typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 3, 2023
1 parent bcafa34 commit 4a32768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 4a32768

Please sign in to comment.