Skip to content

Commit 9fb53cd

Browse files
committed
FIX: Fix cast() doc str
1 parent f8e5d59 commit 9fb53cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/edb/core/inner/conn_obj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def cast(self):
5454
5555
Returns
5656
-------
57-
ConnObj
57+
.ConnObj
5858
"""
5959
return create_lyt_obj(self.msg, self.obj_type)
6060

0 commit comments

Comments
 (0)