Skip to content

Commit

Permalink
Fix argument type in docstring
Browse files Browse the repository at this point in the history
Closes gh-56
  • Loading branch information
takluyver committed Oct 29, 2015
1 parent 23b623f commit c2ee9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class InstallerBuilder(object):
:param str appname: Application name
: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`
in the config file
:param str icon: Path to an icon for the application
Expand Down

0 comments on commit c2ee9ea

Please sign in to comment.