Skip to content

Commit

Permalink
Merge pull request thejaminator#2 from erees1/erees1-patch-2
Browse files Browse the repository at this point in the history
mypy -> pyright in the readme
  • Loading branch information
thejaminator authored Aug 22, 2023
2 parents 18668f3 + 8766968 commit 7b7854e
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 @@ -3,7 +3,7 @@ This is a drop in replacement for the built-in mutable python list

But with more post-fixed methods for chaining in a typesafe manner!!

Leverage the latest mypy features to spot errors during coding.
Leverage the latest pyright features to spot errors during coding.

All these methods return a new list. They do not mutate the original list.

Expand Down

0 comments on commit 7b7854e

Please sign in to comment.