diff options
| author | lucasduffey <lucasduffey@users.noreply.github.com> | 2016-11-21 19:23:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-21 19:23:00 -0800 |
| commit | bf3a89c16536bd2e72409d39d748a8a4ec129910 (patch) | |
| tree | 12863797c23fb43b50082a455477141760c45c91 /python | |
| parent | ac3ccc385f5b81568387e769fc1445ac03308d42 (diff) | |
Update __init__.py
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index c8985d55..22f63c71 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -4176,7 +4176,7 @@ class Type(object): ``function`` class method for creating an function Type. :param Type ret: width of the integer in bytes - :param list ret: list of parameter Types + :param list(Type) params: list of parameter Types :param CallingConvention calling_convention: optional argument for function calling convention :param bool variable_arguments: optional argument for functions that have a variable number of arguments |
