Selaa lähdekoodia

Fix docstring for StackedConfig.default_backends().

(Launchpad Bug 1252493)
Jelmer Vernooij 11 vuotta sitten
vanhempi
commit
c26bb196f5
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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 = []