Explorar o código

Fix docstring for StackedConfig.default_backends().

(Launchpad Bug 1252493)
Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
c26bb196f5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      dulwich/config.py

+ 1 - 2
dulwich/config.py

@@ -349,8 +349,7 @@ class StackedConfig(Config):
     def default_backends(cls):
         """Retrieve the default configuration.
 
-        This will look in the repository configuration (if for_path is
-        specified), the users' home directory and the system
+        This will look in the users' home directory and the system
         configuration.
         """
         paths = []