Skip to content

Commit 1b4e53c

Browse files
committed
Merged PR 309429: fix typo
fix typo Related work items: #611210
1 parent 8bbdca2 commit 1b4e53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/dpf/core/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def connect(self, inpt):
8787

8888
if len(corresponding_pins) == 0:
8989
err_str = (
90-
f"The input operator for the {self._spec.name} pin be "
90+
f"The input operator for the {self._spec.name} pin must be "
9191
"one of the following types:\n"
9292
)
9393
err_str += "\n".join(

0 commit comments

Comments
 (0)