#6376: fix copy-n-paste oversight.

This commit is contained in:
Georg Brandl 2009-06-30 16:15:43 +00:00
parent 2f865b962c
commit 3d5c87a23c
1 changed files with 2 additions and 3 deletions

View 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