[Python-checkins] r73704 - python/trunk/Doc/library/decimal.rst
georg.brandl
python-checkins at python.org
Tue Jun 30 18:15:43 CEST 2009
Author: georg.brandl
Date: Tue Jun 30 18:15:43 2009
New Revision: 73704
Log:
#6376: fix copy-n-paste oversight.
Modified:
python/trunk/Doc/library/decimal.rst
Modified: python/trunk/Doc/library/decimal.rst
==============================================================================
--- python/trunk/Doc/library/decimal.rst (original)
+++ python/trunk/Doc/library/decimal.rst Tue Jun 30 18:15:43 2009
@@ -624,10 +624,9 @@
.. 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
More information about the Python-checkins
mailing list