We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scrict_equality
1 parent 8437cf5 commit 60639c5Copy full SHA for 60639c5
mypy/options.py
@@ -232,7 +232,7 @@ def __init__(self) -> None:
232
# This makes 1 == '1', 1 in ['1'], and 1 is '1' errors.
233
self.strict_equality = False
234
235
- # Extend the logic of `scrict_equality` for comparisons with `None`.
+ # Extend the logic of `strict_equality` to comparisons with `None`.
236
self.strict_equality_for_none = False
237
238
# Disable treating bytearray and memoryview as subtypes of bytes
0 commit comments