We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15da783 commit 9ba5ec9Copy full SHA for 9ba5ec9
docs/source/typing_anti_pitch.rst
@@ -50,7 +50,7 @@ in Python::
50
51
* Your codebase has suffered at the hands of `Hyrum's Law <https://www.hyrumslaw.com/>`_
52
and all possible observable behaviour is depended on. In order to avoid false positives for your
53
- users, all your types end up being either a) complicated ``Protocol``s that are hard to maintain,
+ users, all your types end up being either a) complicated ``Protocol``\s that are hard to maintain,
54
or b) ``Any`` in which case there's not much point. (On the other hand, static type checking could
55
be a good solution for communicating to users what behaviour they should be allowed to rely on)
56
0 commit comments