diff options
| author | Galen Williamson <galen@vector35.com> | 2022-08-18 19:06:38 -0400 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-08-18 19:48:35 -0400 |
| commit | e2107c90ab2cfbf1c4910af976a906149ff13693 (patch) | |
| tree | 688231429e0f524d94ccf809a80caddcbd9609bf /python/types.py | |
| parent | 6b55b281854a64e963ae33b4d5dc92b500bfb1a8 (diff) | |
fix typos in various doc strings (a/an, repeated words) (skip-ci)
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) |
