mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#6376: fix copy-n-paste oversight.
This commit is contained in:
parent
2f865b962c
commit
3d5c87a23c
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue