소스 검색

Fix docstring for Sphinx

Thomas Kluyver 7 년 전
부모
커밋
c5e16d86b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nsist/__init__.py

+ 1 - 1
nsist/__init__.py

@@ -179,7 +179,7 @@ class InstallerBuilder(object):
 
         It will be unpacked into the build directory.
 
-        In addition, any *._pth files found therein will have the pkgs path
+        In addition, any ``*._pth`` files found therein will have the pkgs path
         appended to them.
         """
         url, filename = self._python_download_url_filename()