]> granicus.if.org Git - python/commitdiff
Fix two small errors in argument lists.
authorGeorg Brandl <georg@python.org>
Wed, 10 May 2006 20:09:23 +0000 (20:09 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 10 May 2006 20:09:23 +0000 (20:09 +0000)
Doc/lib/libdecimal.tex

index ffc33630b85ae60478d2a6cd666bfefa8230eed1..a0c7bde553c514157888a8eb7046de7a45808813 100644 (file)
@@ -713,8 +713,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}
@@ -734,7 +734,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}