From 942d1cd1c0517e7a73a0a6f3d0102b25b967e40e Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 4 Aug 2024 22:20:42 -0400 Subject: spellcheck pass on pydocs --- python/component.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/component.py') diff --git a/python/component.py b/python/component.py index 3f56fe71..95215fed 100644 --- a/python/component.py +++ b/python/component.py @@ -293,7 +293,7 @@ class Component: """ Get data variables referenced by this component - :param recursive: Optional; Get all DataVariables referenced by this component and subcomponents. + :param recursive: Optional; Get all DataVariables referenced by this component and sub-components. :return: List of DataVariables """ data_vars = [] @@ -315,7 +315,7 @@ class Component: """ Get Types referenced by this component - :param recursive: Optional; Get all Types referenced by this component and subcomponents. + :param recursive: Optional; Get all Types referenced by this component and sub-components. :return: List of Types """ _types = [] -- cgit v1.3.1