소스 검색

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