Skip to content

Commit

Permalink
Merge pull request #41 from kevinyamauchi/patch-1
Browse files Browse the repository at this point in the history
fix minor typo Spline.curvature docstring
  • Loading branch information
faymanns authored Jan 27, 2025
2 parents 3b450e6 + 669f402 commit 20992cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/splinebox/spline_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def curvilinear_reparametrization_energy(self, epsabs=1e-6, epsrel=1e-6):

def curvature(self, t):
"""
Compute the curcature of the spline at position(s) t.
Compute the curvature of the spline at position(s) t.
For splines in 1 and 2 dimensions, the signed curvature
is returned. Otherwise the unsigned curvature is returned.
Expand Down

0 comments on commit 20992cd

Please sign in to comment.