summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Boidol <r.boidol+github@gmail.com>2016-12-31 17:21:49 +0100
committerRaphael Boidol <r.boidol+github@gmail.com>2016-12-31 17:21:49 +0100
commit965ccefd8f42a877ce46cf883010fd3c941865d7 (patch)
treec22624f541552ab8e0fd51a3c189c15acc55c512
parentddffe26850e8175eb605f975be597afc3fca8a03 (diff)
downloadgitpython-965ccefd8f42a877ce46cf883010fd3c941865d7.tar.gz
DOC: minor typo
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index 3d2abe44..85f2d036 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -459,7 +459,7 @@ class Repo(object):
:note: to receive only commits between two named revisions, use the
"revA...revB" revision specifier
- :return ``git.Commit[]``"""
+ :return: ``git.Commit[]``"""
if rev is None:
rev = self.head.commit