Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def config_writer(self, config_level="repository"):
One of the following values
system = system wide configuration file
global = user level configuration file
repository = configuration file for this repostory only"""
repository = configuration file for this repository only"""
return GitConfigParser(self._get_config_path(config_level), read_only=False, repo=self)

def commit(self, rev=None):
Expand Down