Skip to content

Commit 3e23b57

Browse files
DefaultRyansbidoul
authored andcommitted
typo
1 parent d46fd99 commit 3e23b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def normalize_path_cached(path: str, resolve_symlinks: bool = True) -> str:
303303
cache normalize_path in the general case, e.g. symlinks can be changed
304304
while the process is running.
305305
"""
306-
return normalize_path(str, resolve_symlinks)
306+
return normalize_path(path, resolve_symlinks)
307307

308308

309309
def splitext(path: str) -> Tuple[str, str]:

0 commit comments

Comments
 (0)