Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
`spline` to `Spline` documentation change
  • Loading branch information
asteppke authored Jan 23, 2024
1 parent 597241c commit 95975ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advantages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ features to these points without knowing their numeric values.
...
l5 = Polyline(...)
l6 = Polyline(...)
spline(l5 @ 1, l6 @ 0, tangents=(l5 % 1, l6 % 0))
Spline(l5 @ 1, l6 @ 0, tangents=(l5 % 1, l6 % 0))
Last Operation Objects
Expand Down

0 comments on commit 95975ec

Please sign in to comment.