Skip to content

Commit d0fbd66

Browse files
duckinatorichard26
andauthored
Fix typo in commands/cache.py
Co-authored-by: Richard Si <[email protected]>
1 parent 5eeed83 commit d0fbd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def remove_cache_items(self, options: Values, args: list[str]) -> None:
202202
file.unlink(missing_ok=True)
203203
subdir.rmdir()
204204
except FileNotFoundError:
205-
# If the file is already gone, that's fine.
205+
# If the directory is already gone, that's fine.
206206
pass
207207
logger.verbose("Removed %s", subdir)
208208

0 commit comments

Comments
 (0)