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/test/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_docs.py') diff --git a/git/test/test_docs.py b/git/test/test_docs.py index 5b8aa817..985938e5 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -18,7 +18,7 @@ class Tutorials(TestBase): from git import Repo join = os.path.join - # rorepo is a a Repo instance pointing to the git-python repository. + # rorepo is a Repo instance pointing to the git-python repository. # For all you know, the first argument to Repo is a path to the repository # you want to work with repo = Repo(self.rorepo.working_tree_dir) -- cgit v1.2.1