Skip to content

Commit 25a6767

Browse files
committed
Fix typo
Fix simple typo in operator.mustache and all downstream operator files.
1 parent 8d5a4fa commit 25a6767

File tree

617 files changed

+617
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

617 files changed

+617
-617
lines changed

src/ansys/dpf/core/operators/averaging/elemental_difference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def inputs(self):
156156

157157
@property
158158
def outputs(self):
159-
"""Enables to get outputs of the operator by evaluationg it
159+
"""Enables to get outputs of the operator by evaluating it
160160
161161
Returns
162162
--------

src/ansys/dpf/core/operators/averaging/elemental_difference_fc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def inputs(self):
173173

174174
@property
175175
def outputs(self):
176-
"""Enables to get outputs of the operator by evaluationg it
176+
"""Enables to get outputs of the operator by evaluating it
177177
178178
Returns
179179
--------

src/ansys/dpf/core/operators/averaging/elemental_fraction_fc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def inputs(self):
186186

187187
@property
188188
def outputs(self):
189-
"""Enables to get outputs of the operator by evaluationg it
189+
"""Enables to get outputs of the operator by evaluating it
190190
191191
Returns
192192
--------

src/ansys/dpf/core/operators/averaging/elemental_mean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def inputs(self):
154154

155155
@property
156156
def outputs(self):
157-
"""Enables to get outputs of the operator by evaluationg it
157+
"""Enables to get outputs of the operator by evaluating it
158158
159159
Returns
160160
--------

src/ansys/dpf/core/operators/averaging/elemental_mean_fc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def inputs(self):
179179

180180
@property
181181
def outputs(self):
182-
"""Enables to get outputs of the operator by evaluationg it
182+
"""Enables to get outputs of the operator by evaluating it
183183
184184
Returns
185185
--------

src/ansys/dpf/core/operators/averaging/elemental_nodal_to_nodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def inputs(self):
197197

198198
@property
199199
def outputs(self):
200-
"""Enables to get outputs of the operator by evaluationg it
200+
"""Enables to get outputs of the operator by evaluating it
201201
202202
Returns
203203
--------

src/ansys/dpf/core/operators/averaging/elemental_nodal_to_nodal_elemental.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def inputs(self):
118118

119119
@property
120120
def outputs(self):
121-
"""Enables to get outputs of the operator by evaluationg it
121+
"""Enables to get outputs of the operator by evaluating it
122122
123123
Returns
124124
--------

src/ansys/dpf/core/operators/averaging/elemental_nodal_to_nodal_elemental_fc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def inputs(self):
117117

118118
@property
119119
def outputs(self):
120-
"""Enables to get outputs of the operator by evaluationg it
120+
"""Enables to get outputs of the operator by evaluating it
121121
122122
Returns
123123
--------

src/ansys/dpf/core/operators/averaging/elemental_nodal_to_nodal_fc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def inputs(self):
215215

216216
@property
217217
def outputs(self):
218-
"""Enables to get outputs of the operator by evaluationg it
218+
"""Enables to get outputs of the operator by evaluating it
219219
220220
Returns
221221
--------

src/ansys/dpf/core/operators/averaging/elemental_to_elemental_nodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def inputs(self):
131131

132132
@property
133133
def outputs(self):
134-
"""Enables to get outputs of the operator by evaluationg it
134+
"""Enables to get outputs of the operator by evaluating it
135135
136136
Returns
137137
--------

0 commit comments

Comments
 (0)