We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbdca2 commit 1b4e53cCopy full SHA for 1b4e53c
ansys/dpf/core/inputs.py
@@ -87,7 +87,7 @@ def connect(self, inpt):
87
88
if len(corresponding_pins) == 0:
89
err_str = (
90
- f"The input operator for the {self._spec.name} pin be "
+ f"The input operator for the {self._spec.name} pin must be "
91
"one of the following types:\n"
92
)
93
err_str += "\n".join(
0 commit comments