summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorlucasduffey <lucasduffey@users.noreply.github.com>2016-11-21 19:23:00 -0800
committerGitHub <noreply@github.com>2016-11-21 19:23:00 -0800
commitbf3a89c16536bd2e72409d39d748a8a4ec129910 (patch)
tree12863797c23fb43b50082a455477141760c45c91 /python
parentac3ccc385f5b81568387e769fc1445ac03308d42 (diff)
Update __init__.py
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py2
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