소스 검색

Correct formatting in Porcelain doc

Forrest Hopkins 9 년 전
부모
커밋
e896247cff
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/tutorial/porcelain.txt

+ 3 - 3
docs/tutorial/porcelain.txt

@@ -1,15 +1,15 @@
 Porcelain
 =========
 
-The ``porcelain'' is the higher level interface, built on top of the lower
+The ``porcelain`` is the higher level interface, built on top of the lower
 level implementation covered in previous chapters of this tutorial. The
-``dulwich.porcelain'' module in Dulwich is aimed to closely resemble
+``dulwich.porcelain`` module in Dulwich is aimed to closely resemble
 the Git command-line API that you are familiar with.
 
 Basic concepts
 --------------
 The porcelain operations are implemented as top-level functions in the
-``dulwich.porcelain'' module. Most arguments can either be strings or
+``dulwich.porcelain`` module. Most arguments can either be strings or
 more complex Dulwich objects; e.g. a repository argument will either take
 a string with a path to the repository or an instance of a ``Repo`` object.