Skip to content

Commit 0a87ee0

Browse files
Fix typo
Co-authored-by: Stanislav Terliakov <[email protected]>
1 parent b67cf51 commit 0a87ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ def get_cache_names(id: str, path: str, options: Options) -> tuple[str, str, str
13461346
def options_snapshot(id: str, manager: BuildManager) -> dict[str, object]:
13471347
"""Make compact snapshot of options for a module.
13481348
1349-
Separately stor only the options we may compare individually, and take a hash
1349+
Separately store only the options we may compare individually, and take a hash
13501350
of everything else. If --debug-cache is specified, fall back to full snapshot.
13511351
"""
13521352
snapshot = manager.options.clone_for_module(id).select_options_affecting_cache()

0 commit comments

Comments
 (0)