We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a5a3a commit c480e71Copy full SHA for c480e71
1 file changed
Doc/library/decimal.rst
@@ -367,6 +367,8 @@ Decimal objects
367
appears above. These include decimal digits from various other
368
alphabets (for example, Arabic-Indic and Devanāgarī digits) along
369
with the fullwidth digits ``'\uff10'`` through ``'\uff19'``.
370
+ The characters in the strings accepted for ``infinity`` and ``nan``
371
+ may be in any case.
372
373
If *value* is a :class:`tuple`, it should have three components, a sign
374
(``0`` for positive or ``1`` for negative), a :class:`tuple` of
0 commit comments