diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 22:20:42 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 22:20:42 -0400 |
| commit | 942d1cd1c0517e7a73a0a6f3d0102b25b967e40e (patch) | |
| tree | c82f4f80af1561999fef503d4c919174b0ea1758 /python/component.py | |
| parent | 8b3c5bc8ea70b837dd7fff17e79a60c3612169d9 (diff) | |
spellcheck pass on pydocs
Diffstat (limited to 'python/component.py')
| -rw-r--r-- | python/component.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 = [] |
