Skip to content

Commit e8b5b58

Browse files
authored
Fix long line
1 parent 89f6c91 commit e8b5b58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pip/_internal/operations/prepare.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ def unpack_url(
218218
deprecated(
219219
reason=(
220220
"pip copied the source tree into a temporary directory "
221-
"before building it. This is changing so that packages are built in-place "
221+
"before building it. This is changing so that packages "
222+
"are built in-place "
222223
'within the original source tree ("in-tree build").'
223224
),
224225
replacement=None,

0 commit comments

Comments
 (0)