We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f6c91 commit e8b5b58Copy full SHA for e8b5b58
src/pip/_internal/operations/prepare.py
@@ -218,7 +218,8 @@ def unpack_url(
218
deprecated(
219
reason=(
220
"pip copied the source tree into a temporary directory "
221
- "before building it. This is changing so that packages are built in-place "
+ "before building it. This is changing so that packages "
222
+ "are built in-place "
223
'within the original source tree ("in-tree build").'
224
),
225
replacement=None,
0 commit comments