Skip to content

Commit 149fbda

Browse files
Change warning wording
Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent 84b3812 commit 149fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/temp_dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def onerror(
214214
rmtree(self._path, onerror=onerror)
215215
if errors:
216216
logger.warning(
217-
"Failed to remove contents of a temporary directory '%s'.\n"
217+
"Failed to remove contents in a temporary directory '%s'.\n"
218218
"You can safely remove it manually.",
219219
self._path,
220220
)

0 commit comments

Comments
 (0)