Jelmer Vernooij 13 gadi atpakaļ
vecāks
revīzija
b7117d9d95
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -1389,7 +1389,7 @@ class Repo(BaseRepo):
     def init_bare(cls, path):
         """Create a new bare repository.
 
-        `path` should already exist and be an emty directory.
+        ``path`` should already exist and be an emty directory.
 
         :param path: Path to create bare repository in
         :return: a `Repo` instance