Skip to content

Commit

Permalink
Remove extra period in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
aphedges authored and uranusjr committed Aug 6, 2021
1 parent 1ac90bb commit c5332d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Empty file.
6 changes: 2 additions & 4 deletions src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,12 +837,10 @@ def check_invalid_constraint_type(req: InstallRequirement) -> str:
"undocumented. The new implementation of the resolver no "
"longer supports these forms."
),
replacement=(
"replacing the constraint with a requirement."
),
replacement="replacing the constraint with a requirement",
# No plan yet for when the new resolver becomes default
gone_in=None,
issue=8210
issue=8210,
)

return problem

0 comments on commit c5332d5

Please sign in to comment.