浏览代码

Fix syntax for dulwich.config.StackedConfig.default_backends docstring.

Jelmer Vernooij 9 年之前
父节点
当前提交
331de72705
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/config.py

+ 1 - 1
dulwich/config.py

@@ -380,7 +380,7 @@ class StackedConfig(Config):
     def default_backends(cls):
         """Retrieve the default configuration.
 
-        See :manpage:`git-config(1)` for details on the files searched.
+        See git-config(1) for details on the files searched.
         """
         paths = []
         paths.append(os.path.expanduser("~/.gitconfig"))