فهرست منبع

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"))