From 30387f16920f69544fcc7db40dfae554bcd7d1cc Mon Sep 17 00:00:00 2001 From: Kian Cross Date: Mon, 13 Jul 2020 15:45:55 +0100 Subject: Fixed all warnings in documentation and updated Makefile to treat warnings as errors. --- git/objects/submodule/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/objects/submodule/base.py') diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py index 722d341c..ef8dd1a9 100644 --- a/git/objects/submodule/base.py +++ b/git/objects/submodule/base.py @@ -965,7 +965,7 @@ class Submodule(IndexObject, Iterable, Traversable): @unbare_repo def config_writer(self, index=None, write=True): """:return: a config writer instance allowing you to read and write the data - belonging to this submodule into the .gitmodules file. + belonging to this submodule into the .gitmodules file. :param index: if not None, an IndexFile instance which should be written. defaults to the index of the Submodule's parent repository. -- cgit v1.2.1