diff --git a/mypy/options.py b/mypy/options.py index 5aced56c940f..b1456934c6c9 100644 --- a/mypy/options.py +++ b/mypy/options.py @@ -232,7 +232,7 @@ def __init__(self) -> None: # This makes 1 == '1', 1 in ['1'], and 1 is '1' errors. self.strict_equality = False - # Extend the logic of `scrict_equality` for comparisons with `None`. + # Extend the logic of `strict_equality` to comparisons with `None`. self.strict_equality_for_none = False # Disable treating bytearray and memoryview as subtypes of bytes