From 9b91638190342cf5a66d4edb11068526f7ebda59 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 26 Dec 2022 03:39:51 +0100 Subject: [PATCH] Fix some typos (#3474) --- docs/contributing/issue_triage.md | 2 +- tests/data/preview/prefer_rhs_split.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/issue_triage.md b/docs/contributing/issue_triage.md index 9b987fb..865a479 100644 --- a/docs/contributing/issue_triage.md +++ b/docs/contributing/issue_triage.md @@ -42,7 +42,7 @@ The lifecycle of a bug report or user support issue typically goes something lik 1. _the issue is waiting for triage_ 2. **identified** - has been marked with a type label and other relevant labels, more details or a functional reproduction may be still needed (and therefore should be - marked with `S: needs repro` or `S: awaiting reponse`) + marked with `S: needs repro` or `S: awaiting response`) 3. **confirmed** - the issue can reproduced and necessary details have been provided 4. **discussion** - initial triage has been done and now the general details on how the issue should be best resolved are being hashed out diff --git a/tests/data/preview/prefer_rhs_split.py b/tests/data/preview/prefer_rhs_split.py index 5b89113..2f3cf33 100644 --- a/tests/data/preview/prefer_rhs_split.py +++ b/tests/data/preview/prefer_rhs_split.py @@ -50,7 +50,7 @@ first_item, second_item = some_looooooooong_module.some_loooooog_function_name( forth_item, fifth_item, last_item_very_loooooong, -) = everyting = some_loooooog_function_name( +) = everything = some_looooong_function_name( first_argument, second_argument, third_argument ) -- 2.39.2