diff options
Diffstat (limited to 'python/__init__.py')
| -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 |
