mirror of
https://github.com/python/cpython.git
synced 2025-08-11 12:29:34 +00:00
Make indentation consistent.
This commit is contained in:
parent
69bd8d2189
commit
aa5bb329fd
1 changed files with 9 additions and 9 deletions
|
@ -1030,7 +1030,7 @@ In addition to the three supplied contexts, new contexts can be created with the
|
|||
If the argument is a string, no leading or trailing whitespace is
|
||||
permitted.
|
||||
|
||||
.. method:: create_decimal_from_float(f)
|
||||
.. 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue