浏览代码

Clean up a docstring

Thomas Kluyver 7 年之前
父节点
当前提交
50baed5d19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nsist/__init__.py

+ 1 - 1
nsist/__init__.py

@@ -83,7 +83,7 @@ class InstallerBuilder(object):
     :param str py_format: (deprecated) 'bundled'. Use Pynsist 1.x for
             'installer' option.
     :param bool inc_msvcrt: True to include the Microsoft C runtime with 'bundled'
-            Python. Ignored when py_format='installer'.
+            Python.
     :param str build_dir: Directory to run the build in
     :param str installer_name: Filename of the installer to produce
     :param str nsi_template: Path to a template NSI file to use