]> granicus.if.org Git - python/commitdiff
#6376: fix copy-n-paste oversight.
authorGeorg Brandl <georg@python.org>
Tue, 30 Jun 2009 16:15:43 +0000 (16:15 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 30 Jun 2009 16:15:43 +0000 (16:15 +0000)
Doc/library/decimal.rst

index 8d113152b62555ff31fa8f0f209cc081deea2752..0b498a1bbaf752c703056b53bee17f32da5487f7 100644 (file)
@@ -624,10 +624,9 @@ Decimal objects
 
       .. versionadded:: 2.6
 
-   .. method:: logical_invert(other[, context])
+   .. method:: logical_invert([context])
 
-      :meth:`logical_invert` is a logical operation.  The argument must
-      be a *logical operand* (see :ref:`logical_operands_label`).  The
+      :meth:`logical_invert` is a logical operation.  The
       result is the digit-wise inversion of the operand.
 
       .. versionadded:: 2.6