diff options
author | Georg Brandl <georg@python.org> | 2005-08-22 19:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-22 19:35:18 (GMT) |
commit | f33d01d304c349a7f555779c7c99930f1203adb7 (patch) | |
tree | e13221ec9e4f3ad250155945963ca4f7785cf341 /Doc/lib/libdecimal.tex | |
parent | 7208af47f8b1a34330194709e55e4ef17560cf6a (diff) | |
download | cpython-f33d01d304c349a7f555779c7c99930f1203adb7.zip cpython-f33d01d304c349a7f555779c7c99930f1203adb7.tar.gz cpython-f33d01d304c349a7f555779c7c99930f1203adb7.tar.bz2 |
bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation
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 bcd5b2b..c11ad85 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -693,7 +693,7 @@ here. Return the square root to full precision. \end{methoddesc} -\begin{methoddesc}{substract}{x, y} +\begin{methoddesc}{subtract}{x, y} Return the difference between \var{x} and \var{y}. \end{methoddesc} |