Skip to content

Commit

Permalink
Update poly_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Sep 14, 2023
1 parent e697511 commit fea9233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvista/core/filters/poly_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def intersection(self, mesh, split_first=True, split_second=True, progress_bar=F
def curvature(self, curv_type='mean', progress_bar=False):
"""Return the pointwise curvature of a mesh.
See :ref:`_connectivity_example` for more examples using this
See :ref:`connectivity_example` for more examples using this
filter.
Parameters
Expand Down

0 comments on commit fea9233

Please sign in to comment.