From f3e78d98e06439eea1036957796f8df9f386930f Mon Sep 17 00:00:00 2001 From: Marian Wieczorek Date: Thu, 16 Jul 2015 23:44:30 +0200 Subject: Correct doc errors revA..revB → revA...revB (three instead of two dots) [base.py, line 467](https://github.com/gitpython-developers/GitPython/blob/master/git/repo/base.py#L467) rorepo is a ~~a~~ Repo instance [test_docs.py, line 21](https://github.com/gitpython-developers/GitPython/blob/master/git/test/test_docs.py#L21) closes #314 --- git/repo/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/repo/base.py') diff --git a/git/repo/base.py b/git/repo/base.py index 2783e2a4..8b8f8db8 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -464,7 +464,7 @@ class Repo(object): max_count and skip :note: to receive only commits between two named revisions, use the - "revA..revB" revision specifier + "revA...revB" revision specifier :return ``git.Commit[]``""" if rev is None: -- cgit v1.2.1