Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPootle Translation <pootle@dev.laptop.org>2008-06-22 22:33:55 (GMT)
committer Pootle Translation <pootle@dev.laptop.org>2008-06-22 22:33:55 (GMT)
commit4e44ed4b1642b47971e3f5cad5810eee063ef567 (patch)
treeeaed78b2cd35139fb43ddb4e3530a5822c546e87
parente0bac91eda9baf647ae67d02028408fe3df2701a (diff)
Fix d.l.o #5902
-rw-r--r--eqnparserhelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eqnparserhelp.py b/eqnparserhelp.py
index 1c8be1c..380407b 100644
--- a/eqnparserhelp.py
+++ b/eqnparserhelp.py
@@ -104,7 +104,7 @@ of the unit circle to the point on the unit circle defined by the angle x. Given
by sin(x) / cos(x)"),
_("tanh"): _(
-"sinh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"),
+"tanh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"),
_("test"): _(
"This is just a test topic, use help(index) for the index"),