]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix two small errors in argument lists.
authorGeorg Brandl <georg@python.org>
Wed, 10 May 2006 20:09:36 +0000 (20:09 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 10 May 2006 20:09:36 +0000 (20:09 +0000)
 (backport from rev. 45957)

Doc/lib/libdecimal.tex

index ceb58174ebfa34ba43cb4d88b0c3239ed0e46554..3a7661fad94e11d5d91862b842e132265e741ae4 100644 (file)
@@ -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}