Skip to content

Commit 9acaae3

Browse files
author
Guido van Rossum
committed
Fix comment in response to python#4130 review
1 parent 477e193 commit 9acaae3

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
@@ -357,7 +357,7 @@ def default_lib_path(data_dir: str,
357357

358358

359359
def cache_meta_from_dict(meta: Dict[str, Any], data_json: str) -> CacheMeta:
360-
sentinel = None # type: Any # the values will be post-validated below
360+
sentinel = None # type: Any # Values to be validated by the caller
361361
return CacheMeta(
362362
meta.get('id', sentinel),
363363
meta.get('path', sentinel),

0 commit comments

Comments
 (0)