Skip to content

Commit

Permalink
should
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Sep 26, 2023
1 parent 2921451 commit 6ae2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/typing_anti_pitch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the words of :pep:`484`::
The idea that dynamism in Python is a strength of the language is reflected in the fact that
Python's type system is gradual. See :pep:`483` for details, but the long and short of this is
that you can add static types to your codebase only to the extent that you want to, and static
type checkers are designed to be able to put up with this.
type checkers and other tools should be able to put up with this.

It's also worth noting that "static type checking" encompasses a spectrum of possible degrees of
strictness. On the one hand, you can set yourself up so that your type checker does almost nothing.
Expand Down

0 comments on commit 6ae2da9

Please sign in to comment.