diff options
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/types.py b/python/types.py index 2734f0a9..1aba0ae9 100644 --- a/python/types.py +++ b/python/types.py @@ -659,7 +659,7 @@ class TypeBuilder: stack_adjust: Optional[OffsetWithConfidenceType] = None ) -> 'FunctionBuilder': """ - ``function`` class method for creating an function Type. + ``function`` class method for creating a function Type. :param Type ret: return Type of the function :param params: list of parameter Types :type params: list(Type) @@ -2037,7 +2037,7 @@ class Type: stack_adjust: OffsetWithConfidence = OffsetWithConfidence(0) ) -> 'FunctionType': """ - ``function`` class method for creating an function Type. + ``function`` class method for creating a function Type. :param Type ret: return Type of the function :param params: list of parameter Types :type params: list(Type) |
