@@ -524,9 +524,9 @@ The available integer presentation types are:
524524 | ``'n' `` | Number. This is the same as ``'d' ``, except that it uses |
525525 | | the current locale setting to insert the appropriate |
526526 | | digit group separators. Note that the default locale is |
527- | | not the system locale, and therefore, you must set, at a |
528- | | minimum, the ``LC_NUMERIC `` category (see the |
529- | | :mod: ` locale ` module for more information). |
527+ | | not the system locale. Depending on your use case, you |
528+ | | may wish to set ``LC_NUMERIC `` (see the :mod: ` locale ` |
529+ | | module for more information). |
530530 +---------+----------------------------------------------------------+
531531 | None | The same as ``'d' ``. |
532532 +---------+----------------------------------------------------------+
@@ -613,9 +613,9 @@ The available presentation types for :class:`float` and
613613 | | the current locale setting to insert the appropriate |
614614 | | digit group separators for the integral part of a |
615615 | | number. Note that the default locale is not the system |
616- | | locale, and therefore, you must set, at a minimum, the |
617- | | ``LC_NUMERIC `` category (see the :mod: `locale ` module |
618- | | for more information). |
616+ | | locale. Depending on your use case, you may wish to set |
617+ | | ``LC_NUMERIC `` (see the :mod: `locale ` module for more |
618+ | | information). |
619619 +---------+----------------------------------------------------------+
620620 | ``'%' `` | Percentage. Multiplies the number by 100 and displays |
621621 | | in fixed (``'f' ``) format, followed by a percent sign. |
0 commit comments