Skip to content

Commit c5332d5

Browse files
aphedgesuranusjr
authored andcommitted
Remove extra period in deprecation message
1 parent 1ac90bb commit c5332d5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

news/2A2E5A1E-F014-40E9-B0EF-0D9C4686358F.trivial.rst

Whitespace-only changes.

src/pip/_internal/req/req_install.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,12 +837,10 @@ def check_invalid_constraint_type(req: InstallRequirement) -> str:
837837
"undocumented. The new implementation of the resolver no "
838838
"longer supports these forms."
839839
),
840-
replacement=(
841-
"replacing the constraint with a requirement."
842-
),
840+
replacement="replacing the constraint with a requirement",
843841
# No plan yet for when the new resolver becomes default
844842
gone_in=None,
845-
issue=8210
843+
issue=8210,
846844
)
847845

848846
return problem

0 commit comments

Comments
 (0)