diff options
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r-- | git/test/test_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |