Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixing one last typo hiper -> hyper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Feb 23, 2022
1 parent 25c0d32 commit 3f367ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/hyperbolic_arc.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def hyperbolic_arc(a, b, model="UHP", **options):
sphinx_plot(P)
Show a hyperbolic arc from `(1,2,\sqrt(6))` to `(-2,-3,\sqrt(14))`
in the hiperboloid model::
in the hyperboloid model::
sage: a = (1,2,sqrt(6))
sage: b = (-2,-3,sqrt(14))
Expand Down

0 comments on commit 3f367ec

Please sign in to comment.