Commit 3aa9f7d2 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo.

parent 43b0f61a
......@@ -1095,7 +1095,7 @@ def cos(x):
return +s
def sin(x):
"""Return the cosine of x as measured in radians.
"""Return the sine of x as measured in radians.
>>> print sin(Decimal('0.5'))
0.4794255386042030002732879352
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment