Skip to content

Commit 7009cef

Browse files
Update python/runfiles/runfiles.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ab34ab7 commit 7009cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/runfiles/runfiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class _RepositoryMapping(collections.abc.Mapping[Tuple[str, str], str]):
3636
Handles both exact mappings and prefix-based mappings introduced by the
3737
--incompatible_compact_repo_mapping_manifest flag.
3838
39-
Implements the Mapping protocol for exact lookups, while providing a separate
40-
lookup() method for prefix-aware resolution.
39+
Implements the Mapping protocol, providing a unified lookup for both exact
40+
and prefix-based mappings.
4141
"""
4242

4343
def __init__(

0 commit comments

Comments
 (0)