Skip to content

Commit 42a530d

Browse files
committed
One more comment; fix a typo
1 parent f70123a commit 42a530d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mypy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ def reload_meta(self) -> None:
21972197
"""Force reload of cache meta.
21982198
21992199
This is used by parallel checking workers to update shared information
2200-
that may ave changed after initial graph loading. Currently, this is only
2200+
that may have changed after initial graph loading. Currently, this is only
22012201
the interface hash.
22022202
"""
22032203
assert self.path is not None

test-data/unit/lib-stub/typing_extensions.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not delete this import. Dependency structure of core modules for fixtures should match
2+
# the real dependency structure, otherwise things like add_typing_extension_aliases() will break.
13
import collections
24
import typing
35
from typing import Any, Callable, Mapping, Iterable, Iterator, NoReturn as NoReturn, Dict, Tuple, Type, Union

0 commit comments

Comments
 (0)