diff --git a/pyvista/core/filters/poly_data.py b/pyvista/core/filters/poly_data.py index a1860b4798..82235688ff 100644 --- a/pyvista/core/filters/poly_data.py +++ b/pyvista/core/filters/poly_data.py @@ -734,7 +734,7 @@ def decimate_pro(self, reduction, feature_angle=45.0, disconnected from each other. This can give superior results in some cases. If ``pre_split_mesh`` is set to ``True``, the mesh is split with the specified - ``split_angle.`` Otherwise mesh splitting is deferred as + ``split_angle``. Otherwise mesh splitting is deferred as long as possible. preserve_topology : bool, optional