diff --git a/NEWS.rst b/NEWS.rst index bb27812de..02ae8cfa7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1265,7 +1265,7 @@ Improved Documentation 0.8.3 ===== -- Moved main repository to Github: https://github.com/pypa/pip +- Moved main repository to GitHub: https://github.com/pypa/pip - Transferred primary maintenance from Ian to Jannis Leidel, Carl Meyer, Brian Rosner - Fixed no uninstall-on-upgrade with URL package. Thanks Oliver Tonnhofer. diff --git a/docs/index.rst b/docs/index.rst index 1abc5ffa3..fa548f3d9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,8 @@ pip `User list `_ | `Dev list `_ | -`Github `_ | -`PyPI `_ | +`GitHub `_ | +`PyPI `_ | User IRC: #pypa | Dev IRC: #pypa-dev diff --git a/news/bb227e37-7d24-4ecd-9ddd-78bbf0b2b456.trivial b/news/bb227e37-7d24-4ecd-9ddd-78bbf0b2b456.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/src/pip/_internal/vcs/git.py b/src/pip/_internal/vcs/git.py index 33c68068f..99f9a1700 100644 --- a/src/pip/_internal/vcs/git.py +++ b/src/pip/_internal/vcs/git.py @@ -270,8 +270,8 @@ class Git(VersionControl): def get_url_rev(self): """ Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. - That's required because although they use SSH they sometimes doesn't - work with a ssh:// scheme (e.g. Github). But we need a scheme for + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for parsing. Hence we remove it again afterwards and return it as a stub. """ if '://' not in self.url: