Skip to content

Commit 0f6c3d4

Browse files
committed
docs corrections
1 parent 5437cc0 commit 0f6c3d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

geos-mesh/src/geos/mesh/processing/FillPartialArrays.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def __init__(
7070
Args:
7171
multiBlockDataSet (vtkMultiBlockDataSet): The mesh where to fill the attribute.
7272
dictAttributesValues (dict[str, Any]): The dictionary with the attribute to fill as keys and the list of filling values as items.
73-
speHandler (bool, optional): True to use a specific handler, False to use the internal handler.
74-
Defaults to False.
7573
"""
7674
self.multiBlockDataSet: vtkMultiBlockDataSet = multiBlockDataSet
7775
self.dictAttributesValues: dict[ str, Union[ list[ Any ], None ] ] = dictAttributesValues

0 commit comments

Comments
 (0)