Skip to content

Commit 5ab0364

Browse files
author
Guido van Rossum
committed
Fix comment in response to python#4130 review
1 parent cd2946e commit 5ab0364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def default_lib_path(data_dir: str,
351351

352352

353353
def cache_meta_from_dict(meta: Dict[str, Any], data_json: str) -> CacheMeta:
354-
sentinel = None # type: Any # the values will be post-validated below
354+
sentinel = None # type: Any # Values to be validated by the caller
355355
return CacheMeta(
356356
meta.get('id', sentinel),
357357
meta.get('path', sentinel),

0 commit comments

Comments
 (0)