Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
fix minor typo in readme: fasley->falsey (#122)
Browse files Browse the repository at this point in the history
happened to see it as I read the docs, not fixed in #119
  • Loading branch information
jakkdl authored Oct 26, 2022
1 parent aaa54ce commit e5ba7bc
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 @@ -119,7 +119,7 @@ except OSError:

### PIE787: no-len-condition

Empty collections are fasley in Python so calling `len()` is unnecessary when
Empty collections are falsey in Python so calling `len()` is unnecessary when
checking for emptiness in an if statement/expression.

Comparing to explicit scalars is allowed.
Expand Down

0 comments on commit e5ba7bc

Please sign in to comment.