1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove non-ASCII character in comment

This commit is contained in:
Paul Moore 2019-12-12 09:31:13 +00:00
parent 8b87f8728a
commit 80836a4cae

View file

@ -34,7 +34,7 @@ logger = logging.getLogger(__name__)
# call to main.
#
# This still has all of the issues with running pip in-process, but
# ensures that you dont rely on the (internal) name of the main
# ensures that you don't rely on the (internal) name of the main
# function.
def main(args=None):