From: Georg Brandl Date: Sat, 3 Jan 2009 20:15:14 +0000 (+0000) Subject: Fix role name. X-Git-Tag: v2.7a1~2404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24067e8b33ef7c7bf57de6264dd1a10f0a970d4;p=thirdparty%2FPython%2Fcpython.git Fix role name. --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 7dc14451c02e..8717ccf18202 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -1033,7 +1033,7 @@ In addition to the three supplied contexts, new contexts can be created with the .. 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.