From: Georg Brandl Date: Tue, 30 Jun 2009 16:15:43 +0000 (+0000) Subject: #6376: fix copy-n-paste oversight. X-Git-Tag: v2.7a1~872 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d5c87a23caf224b75fd2b0533d78aac74e7acdf;p=python #6376: fix copy-n-paste oversight. --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 8d113152b6..0b498a1bba 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -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