Skip to content

Commit

Permalink
fix grammar, line lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 20, 2019
1 parent a44579c commit f3b9cf2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pip/_internal/cli/base_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ def main(self, args):
)
elif sys.version_info[:2] == (2, 7):
deprecated(
"Python 2.7 will reach the end of it's life on January 1st, 2020. "
"Please upgrade your Python as Python 2.7 won't be maintained after "
"that date. A future version of pip will drop support for Python 2.7.",
"Python 2.7 will reach the end of its life on January 1st, "
"2020. Please upgrade your Python as Python 2.7 won't be "
"maintained after that date. A future version of pip will "
"drop support for Python 2.7.",
replacement=None,
gone_in=None,
)
Expand Down

0 comments on commit f3b9cf2

Please sign in to comment.