Jelmer Vernooij преди 13 години
родител
ревизия
18ed6000ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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