From af7e66e277447de9885d59ddf2968f7cc4c2d1ae Mon Sep 17 00:00:00 2001 From: CosmosAtlas Date: Thu, 23 Jul 2020 14:46:38 +0800 Subject: [PATCH] fixed typo in test_docs.py --- test/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_docs.py b/test/test_docs.py index 15c8f8d79..d68bd89fa 100644 --- a/test/test_docs.py +++ b/test/test_docs.py @@ -26,7 +26,7 @@ def test_init_repo_object(self, rw_dir): # [1-test_init_repo_object] from git import Repo - # rorepo is a Repo instance pointing to the git-python repository. + # repo 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)