mirror of https://github.com/python/cpython
#6376: fix copy-n-paste oversight.
This commit is contained in:
parent
2f865b962c
commit
3d5c87a23c
|
@ -624,10 +624,9 @@ Decimal objects
|
||||||
|
|
||||||
.. versionadded:: 2.6
|
.. versionadded:: 2.6
|
||||||
|
|
||||||
.. method:: logical_invert(other[, context])
|
.. method:: logical_invert([context])
|
||||||
|
|
||||||
:meth:`logical_invert` is a logical operation. The argument must
|
:meth:`logical_invert` is a logical operation. The
|
||||||
be a *logical operand* (see :ref:`logical_operands_label`). The
|
|
||||||
result is the digit-wise inversion of the operand.
|
result is the digit-wise inversion of the operand.
|
||||||
|
|
||||||
.. versionadded:: 2.6
|
.. versionadded:: 2.6
|
||||||
|
|
Loading…
Reference in New Issue