Skip to content

Commit

Permalink
Fix typo (#19503)
Browse files Browse the repository at this point in the history
Resolve #19502
  • Loading branch information
markcmiller86 committed May 10, 2024
1 parent 45a14f5 commit e6ee4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/python_scripting/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ return type : tuple of strings
DrawPlots()
mats = GetMaterials()
for m in mats[:-1]:
TurnMaterialOff(m)
TurnMaterialsOff(m)


GetMeshManagementAttributes
Expand Down

0 comments on commit e6ee4f0

Please sign in to comment.