[Python-checkins] r68215 - python/trunk/Doc/library/decimal.rst

georg.brandl python-checkins at python.org
Sat Jan 3 21:15:14 CET 2009


Author: georg.brandl
Date: Sat Jan  3 21:15:14 2009
New Revision: 68215

Log:
Fix role name.


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	Sat Jan  3 21:15:14 2009
@@ -1033,7 +1033,7 @@
    .. method:: create_decimal_from_float(f)
 
       Creates a new Decimal instance from a float *f* but rounding using *self*
-      as the context.  Unlike the :method:`Decimal.from_float` class method,
+      as the context.  Unlike the :meth:`Decimal.from_float` class method,
       the context precision, rounding method, flags, and traps are applied to
       the conversion.
 


More information about the Python-checkins mailing list