Skip to content

Commit f2ad9a2

Browse files
authored
Merge pull request #566 from boidolr/master
DOC: minor typo
2 parents ddffe26 + 965ccef commit f2ad9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def iter_commits(self, rev=None, paths='', **kwargs):
459459
:note: to receive only commits between two named revisions, use the
460460
"revA...revB" revision specifier
461461
462-
:return ``git.Commit[]``"""
462+
:return: ``git.Commit[]``"""
463463
if rev is None:
464464
rev = self.head.commit
465465

0 commit comments

Comments
 (0)