Improve style for multiline string

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Ben Mares 2021-07-29 15:50:25 -07:00 committed by GitHub
parent a2252a3b33
commit 89f6c91806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -216,9 +216,11 @@ def unpack_url(
# be removed.
if link.is_existing_dir():
deprecated(
reason="pip copied the source tree into a temporary directory "
"before building it. This is changing so that packages are built in-place "
'within the original source tree ("in-tree build").',
reason=(
"pip copied the source tree into a temporary directory "
"before building it. This is changing so that packages are built in-place "
'within the original source tree ("in-tree build").'
),
replacement=None,
gone_in="21.3",
feature_flag="in-tree-build",