Skip to content

Commit 5684a48

Browse files
committed
Rephrase table entries
1 parent 7961ac7 commit 5684a48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/string.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ The available integer presentation types are:
526526
| | the current locale setting to insert the appropriate |
527527
| | digit group separators. Note that the default locale is |
528528
| | not the system locale. Depending on your use case, you |
529-
| | may wish to set :const:`~locale.LC_NUMERIC` using |
530-
| | :func:`locale.setlocale` . |
529+
| | may wish to set :const:`~locale.LC_NUMERIC` with |
530+
| | :func:`locale.setlocale` before using ``'n'``. |
531531
+---------+----------------------------------------------------------+
532532
| None | The same as ``'d'``. |
533533
+---------+----------------------------------------------------------+
@@ -617,8 +617,8 @@ The available presentation types for :class:`float` and
617617
| | digit group separators for the integral part of a |
618618
| | number. Note that the default locale is not the system |
619619
| | locale. Depending on your use case, you may wish to set |
620-
| | :const:`~locale.LC_NUMERIC` using |
621-
| | :func:`locale.setlocale` . |
620+
| | :const:`~locale.LC_NUMERIC` with |
621+
| | :func:`locale.setlocale` before using ``'n'``. |
622622
+---------+----------------------------------------------------------+
623623
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
624624
| | in fixed (``'f'``) format, followed by a percent sign. |

0 commit comments

Comments
 (0)