Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plotter/view/puzzletree/nodes/sine.py
diff options
context:
space:
mode:
Diffstat (limited to 'plotter/view/puzzletree/nodes/sine.py')
-rwxr-xr-xplotter/view/puzzletree/nodes/sine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plotter/view/puzzletree/nodes/sine.py b/plotter/view/puzzletree/nodes/sine.py
index 493354e..b8f7fa0 100755
--- a/plotter/view/puzzletree/nodes/sine.py
+++ b/plotter/view/puzzletree/nodes/sine.py
@@ -12,7 +12,7 @@ class Sine(SimpleNode):
background = SimpleNode.loadbackground("sine.svg")
title = _("Sine")
description = _(u"Returns the ratio of the length of a side opposite an "
- u"acute angle in a right trianale to the length of the hypotenuse.\n"
+ u"acute angle in a right triangle to the length of the hypotenuse.\n"
u"For example, sin(pi / 4) = 1 / sqrt(2)")
def __call__(self, x):