Skip to content

Commit 9d575bf

Browse files
Update src/ansys/geometry/core/parameters/parameter.py
Co-authored-by: Kathy Pippert <[email protected]>
1 parent 2dd5169 commit 9d575bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/parameters/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, id, name, dimension_type: ParameterType, dimension_value):
7878
name : str
7979
Name of the parameter.
8080
dimension_type : ParameterType
81-
The type of the parameter.
81+
Type of the parameter.
8282
dimension_value : float
8383
Value of the parameter.
8484
"""

0 commit comments

Comments
 (0)