Fix documentation for MeshFilter and MeshSurfaceFilter

This commit is contained in:
Paul Romano 2023-02-12 19:27:11 -06:00
parent a755bfd040
commit fc619f8352

View file

@ -762,7 +762,7 @@ class ParticleFilter(Filter):
class MeshFilter(Filter):
"""Bins tally event locations onto a regular, rectangular mesh.
"""Bins tally event locations by mesh elements.
Parameters
----------
@ -959,7 +959,7 @@ class MeshFilter(Filter):
class MeshSurfaceFilter(MeshFilter):
"""Filter events by surface crossings on a regular, rectangular mesh.
"""Filter events by surface crossings on a mesh.
Parameters
----------