Skip to content

Commit 508517f

Browse files
committed
Fix the capitalization of "GitHub".
1 parent ff578b8 commit 508517f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ Improved Documentation
12651265
0.8.3
12661266
=====
12671267

1268-
- Moved main repository to Github: https://github.com/pypa/pip
1268+
- Moved main repository to GitHub: https://github.com/pypa/pip
12691269
- Transferred primary maintenance from Ian to Jannis Leidel, Carl Meyer,
12701270
Brian Rosner
12711271
- Fixed no uninstall-on-upgrade with URL package. Thanks Oliver Tonnhofer.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pip
33

44
`User list <http://groups.google.com/group/python-virtualenv>`_ |
55
`Dev list <http://groups.google.com/group/pypa-dev>`_ |
6-
`Github <https://github.com/pypa/pip>`_ |
7-
`PyPI <https://pypi.org/project/pip/>`_ |
6+
`GitHub <https://github.com/pypa/pip>`_ |
7+
`PyPI <https://pypi.python.org/pypi/pip/>`_ |
88
User IRC: #pypa |
99
Dev IRC: #pypa-dev
1010

news/bb227e37-7d24-4ecd-9ddd-78bbf0b2b456.trivial

Whitespace-only changes.

src/pip/_internal/vcs/git.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ def get_src_requirement(self, dist, location):
270270
def get_url_rev(self):
271271
"""
272272
Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'.
273-
That's required because although they use SSH they sometimes doesn't
274-
work with a ssh:// scheme (e.g. Github). But we need a scheme for
273+
That's required because although they use SSH they sometimes don't
274+
work with a ssh:// scheme (e.g. GitHub). But we need a scheme for
275275
parsing. Hence we remove it again afterwards and return it as a stub.
276276
"""
277277
if '://' not in self.url:

0 commit comments

Comments
 (0)