浏览代码

Fix argument type in docstring

Closes gh-56
Thomas Kluyver 9 年之前
父节点
当前提交
c2ee9ea624
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nsist/__init__.py

+ 1 - 1
nsist/__init__.py

@@ -68,7 +68,7 @@ class InstallerBuilder(object):
     
     
     :param str appname: Application name
     :param str appname: Application name
     :param str version: Application version
     :param str version: Application version
-    :param list shortcuts: Dictionary keyed by shortcut name, containing
+    :param dict shortcuts: Dictionary keyed by shortcut name, containing
             dictionaries whose keys match the fields of :ref:`shortcut_config`
             dictionaries whose keys match the fields of :ref:`shortcut_config`
             in the config file
             in the config file
     :param str icon: Path to an icon for the application
     :param str icon: Path to an icon for the application