From: Georg Brandl Date: Wed, 10 May 2006 20:09:36 +0000 (+0000) Subject: Fix two small errors in argument lists. X-Git-Tag: v2.4.4c1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8165c2546c89044454552f6b19f51cdefb173de;p=thirdparty%2FPython%2Fcpython.git Fix two small errors in argument lists. (backport from rev. 45957) --- diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index ceb58174ebfa..3a7661fad94e 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -689,8 +689,8 @@ here. \constant{NaN}. \end{methoddesc} -\begin{methoddesc}{sqrt}{} - Return the square root to full precision. +\begin{methoddesc}{sqrt}{x} + Return the square root of \var{x} to full precision. \end{methoddesc} \begin{methoddesc}{subtract}{x, y} @@ -710,7 +710,7 @@ here. or \constant{Rounded}. \end{methoddesc} -\begin{methoddesc}{to_sci_string}{} +\begin{methoddesc}{to_sci_string}{x} Converts a number to a string using scientific notation. \end{methoddesc}