浏览代码

Fix typo.

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