Skip to content

Commit 2dd5169

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

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
@@ -76,7 +76,7 @@ def __init__(self, id, name, dimension_type: ParameterType, dimension_value):
7676
id : int
7777
Unique ID for the parameter.
7878
name : str
79-
The name of the parameter.
79+
Name of the parameter.
8080
dimension_type : ParameterType
8181
The type of the parameter.
8282
dimension_value : float

0 commit comments

Comments
 (0)