summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorGalen Williamson <galen@vector35.com>2022-08-18 19:06:38 -0400
committerGalen Williamson <galen@vector35.com>2022-08-18 19:48:35 -0400
commite2107c90ab2cfbf1c4910af976a906149ff13693 (patch)
tree688231429e0f524d94ccf809a80caddcbd9609bf /python/types.py
parent6b55b281854a64e963ae33b4d5dc92b500bfb1a8 (diff)
fix typos in various doc strings (a/an, repeated words) (skip-ci)
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py4
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)