Skip to content

Commit

Permalink
Fix some typos (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss18 authored Dec 26, 2022
1 parent 3feff21 commit 9b91638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/issue_triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/data/preview/prefer_rhs_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
forth_item,
fifth_item,
last_item_very_loooooong,
) = everyting = some_loooooog_function_name(
) = everything = some_looooong_function_name(
first_argument, second_argument, third_argument
)

Expand Down

0 comments on commit 9b91638

Please sign in to comment.