Skip to content

Commit bb2b7b1

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

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
@@ -89,7 +89,7 @@ def __init__(self, id, name, dimension_type: ParameterType, dimension_value):
8989

9090
@classmethod
9191
def _from_proto(cls, proto):
92-
"""Create a Parameter instance from a proto object."""
92+
"""Create a ``Parameter`` instance from a proto object."""
9393
return cls(
9494
id=proto.id,
9595
name=proto.name,

0 commit comments

Comments
 (0)