diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2017-03-09 11:35:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2017-03-09 11:03:29 +0100 |
| commit | 8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d (patch) | |
| tree | 09b460ad1445ca89c11206235665dfa2b3b4566c /git/test/test_config.py | |
| parent | c23ae3a48bb37ae7ebd6aacc8539fee090ca34bd (diff) | |
| download | GitPython-8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d.tar.gz GitPython-8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d.zip | |
Spelling fixes
Diffstat (limited to 'git/test/test_config.py')
| -rw-r--r-- | git/test/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_config.py b/git/test/test_config.py index 0dfadda6..7cf9d317 100644 --- a/git/test/test_config.py +++ b/git/test/test_config.py @@ -216,7 +216,7 @@ class TestBase(TestCase): with self.assertRaises(cp.NoSectionError): check_test_value(cr, tv) - # But can make it skip includes alltogether, and thus allow write-backs + # But can make it skip includes altogether, and thus allow write-backs with GitConfigParser(fpa, read_only=False, merge_includes=False) as cw: write_test_value(cw, tv) |
