Skip to content

Commit

Permalink
DOC: Typo - Comparations ➔ Comparisons (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 28, 2022
1 parent f1b6c6d commit f01e09f
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 @@ -53,7 +53,7 @@ Python-specific rules:
* `SIM126`: Reserved for [SIM906](#sim906) once it's stable
* `SIM127`: Reserved for [SIM907](#sim907) once it's stable

Simplifying Comparations:
Simplifying Comparisons:

* `SIM201`: Use 'a != b' instead of 'not a == b' ([example](#SIM201))
* `SIM202`: Use 'a == b' instead of 'not a != b' ([example](#SIM202))
Expand Down

0 comments on commit f01e09f

Please sign in to comment.