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

Fixed typo

This commit is contained in:
Jannis Leidel 2009-05-27 11:43:45 +02:00
parent acd9ad3208
commit 3ee5bae67b

2
pip.py
View file

@ -86,7 +86,7 @@ def rmtree_errorhandler(func, path, exc_info):
class VcsSupport(object):
_registry = {}
# Register more schemes with urlparse for the versio control support
# Register more schemes with urlparse for various version control systems
schemes = ['ssh', 'git', 'hg', 'bzr', 'sftp']
def __init__(self):