Ver código fonte

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

Jelmer Vernooij 9 anos atrás
pai
commit
331de72705
1 arquivos alterados com 1 adições e 1 exclusões
  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"))