Skip to content

Commit 88703bb

Browse files
committed
Remove extra period in deprecation message
1 parent 87aee20 commit 88703bb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Whitespace-only changes.

src/pip/_internal/req/req_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def check_invalid_constraint_type(req: InstallRequirement) -> str:
836836
"undocumented. The new implementation of the resolver no "
837837
"longer supports these forms."
838838
),
839-
replacement="replacing the constraint with a requirement.",
839+
replacement="replacing the constraint with a requirement",
840840
# No plan yet for when the new resolver becomes default
841841
gone_in=None,
842842
issue=8210,

0 commit comments

Comments
 (0)