diff options
| author | Raymond Hettinger <python@rcn.com> | 2004-11-25 05:35:32 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2004-11-25 05:35:32 +0000 |
| commit | 4fd38b3f773172e5d4454093e4af51671a13395b (patch) | |
| tree | c51f442a616764700826fa485168568114cda4dd /Doc/lib/libdecimal.tex | |
| parent | 23ce5848aab8358ca4e37a13b60b6bf26b18fbbb (diff) | |
| download | cpython-git-4fd38b3f773172e5d4454093e4af51671a13395b.tar.gz | |
Fix typo.
Diffstat (limited to 'Doc/lib/libdecimal.tex')
| -rw-r--r-- | Doc/lib/libdecimal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index 7c88bc4175..c3e938c2e6 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -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 |
