Skip to content

Commit

Permalink
Change warning wording
Browse files Browse the repository at this point in the history
Co-authored-by: Tzu-ping Chung <[email protected]>
  • Loading branch information
ales-erjavec and uranusjr committed May 15, 2023
1 parent ee554b3 commit 4d8d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/utils/temp_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def onerror(
rmtree(self._path, onerror=onerror)
if errors:
logger.warning(
"Failed to remove contents of a temporary directory '%s'.\n"
"Failed to remove contents in a temporary directory '%s'.\n"
"You can safely remove it manually.",
self._path,
)
Expand Down

0 comments on commit 4d8d63c

Please sign in to comment.