summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Reynolds <kreynolds@roblox.com>2021-01-08 16:41:40 -0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-01-09 09:18:59 +0800
commit2765dfd72cd5b0958ec574bea867f5dc1c086ab0 (patch)
tree63b375b805ea24cd06adfbcaf592578856d6c0de
parentf653af66e4c9461579ec44db50e113facf61e2d3 (diff)
downloadgitpython-2765dfd72cd5b0958ec574bea867f5dc1c086ab0.tar.gz
Fix package name in intro docs to reflect actual pypi name (with capitalization)
-rw-r--r--doc/source/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index 4b18ccfc..638a9166 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -32,7 +32,7 @@ installed, just run the following from the command-line:
.. sourcecode:: none
- # pip install gitpython
+ # pip install GitPython
This command will download the latest version of GitPython from the
`Python Package Index <http://pypi.python.org/pypi/GitPython>`_ and install it