From e2107c90ab2cfbf1c4910af976a906149ff13693 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Thu, 18 Aug 2022 19:06:38 -0400 Subject: fix typos in various doc strings (a/an, repeated words) (skip-ci) --- python/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/types.py') 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) -- cgit v1.3.1