From e8242cb0adccd88585ae8fae7737a31b2b059cb2 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 21 Nov 2021 20:22:55 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyvista/core/filters/poly_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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