From 4a32768dfed3eb69115c31b736f9b57bba6d885a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 3 Nov 2023 18:00:57 +0200 Subject: [PATCH] README: Fix asyncio.Timeout -> asyncio.TimeoutError typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad0c0a0..706a1116 100644 --- a/README.md +++ b/README.md @@ -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