Skip to content

Commit 0f01530

Browse files
authored
Fix typo in format_string docstring (GH-136742)
1 parent ddfc155 commit 0f01530

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)