Skip to content

Commit c480e71

Browse files
committed
pythongh-128185: align Decimal docs with spec (case irrelevant for nan/inf's)
1 parent f9a5a3a commit c480e71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/library/decimal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ Decimal objects
367367
appears above. These include decimal digits from various other
368368
alphabets (for example, Arabic-Indic and Devanāgarī digits) along
369369
with the fullwidth digits ``'\uff10'`` through ``'\uff19'``.
370+
The characters in the strings accepted for ``infinity`` and ``nan``
371+
may be in any case.
370372

371373
If *value* is a :class:`tuple`, it should have three components, a sign
372374
(``0`` for positive or ``1`` for negative), a :class:`tuple` of

0 commit comments

Comments
 (0)