summaryrefslogtreecommitdiff
path: root/python/component.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/component.py')
-rw-r--r--python/component.py4
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 = []