Skip to content

Commit 9ba5ec9

Browse files
Update docs/source/typing_anti_pitch.rst
Co-authored-by: Alex Waygood <[email protected]>
1 parent 15da783 commit 9ba5ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/typing_anti_pitch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ in Python::
5050

5151
* Your codebase has suffered at the hands of `Hyrum's Law <https://www.hyrumslaw.com/>`_
5252
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,
53+
users, all your types end up being either a) complicated ``Protocol``\s that are hard to maintain,
5454
or b) ``Any`` in which case there's not much point. (On the other hand, static type checking could
5555
be a good solution for communicating to users what behaviour they should be allowed to rely on)
5656

0 commit comments

Comments
 (0)