Skip to content

Commit ade13be

Browse files
committed
Merge remote-tracking branch 'upstream/main' into issue-142495
2 parents f48c2d1 + 0f01530 commit ade13be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/locale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def format_string(f, val, grouping=False, monetary=False):
214214
215215
Grouping is applied if the third parameter is true.
216216
Conversion uses monetary thousands separator and grouping strings if
217-
forth parameter monetary is true."""
217+
fourth parameter monetary is true."""
218218
global _percent_re
219219
if _percent_re is None:
220220
import re

0 commit comments

Comments
 (0)