Преглед изворни кода

Fix docstring for StackedConfig.default_backends().

(Launchpad Bug 1252493)
Jelmer Vernooij пре 11 година
родитељ
комит
c26bb196f5
1 измењених фајлова са 1 додато и 2 уклоњено
  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 = []