Skip to content

Commit 1e4211b

Browse files
timgates42Byron
authored andcommitted
docs: fix simple typo, repostory -> repository
There is a small typo in git/repo/base.py. Should read `repository` rather than `repostory`.
1 parent 24f75e7 commit 1e4211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def config_writer(self, config_level="repository"):
466466
One of the following values
467467
system = system wide configuration file
468468
global = user level configuration file
469-
repository = configuration file for this repostory only"""
469+
repository = configuration file for this repository only"""
470470
return GitConfigParser(self._get_config_path(config_level), read_only=False, repo=self)
471471

472472
def commit(self, rev=None):

0 commit comments

Comments
 (0)