Skip to content

Commit 2921451

Browse files
committed
clarify implication
1 parent 4a3a6eb commit 2921451

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/typing_anti_pitch.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ in Python::
6767

6868
* Type checking in Python isn't actually strict enough, powerful enough or expressive enough for
6969
you. Python type checkers end up making various decisions out of pragmatism, or due to limited
70-
resources, and these decisions might not be the ones for you.
70+
resources, and these decisions might not be the ones for you. This might mean that typed Python
71+
simply isn't the right language for you, or you need to find other methods to enforce the
72+
properties you desire.
7173

7274
Advice for maintainers of untyped libraries
7375
*******************************************

0 commit comments

Comments
 (0)