瀏覽代碼

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):
     def default_backends(cls):
         """Retrieve the default configuration.
         """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.
         configuration.
         """
         """
         paths = []
         paths = []