Skip to content

Commit ba914b2

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

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
@@ -80,7 +80,7 @@ def __init__(self, id, name, dimension_type: ParameterType, dimension_value):
8080
dimension_type : ParameterType
8181
The type of the parameter.
8282
dimension_value : float
83-
The value of the parameter.
83+
Value of the parameter.
8484
"""
8585
self.id = id
8686
self._name = name

0 commit comments

Comments
 (0)