Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad32153

Browse files
committed
Fix typo: js_JP is not a valid locale.
1 parent e90cedb commit ad32153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ Notes:
18961896
making assumptions about the output value. Field orderings will vary (for
18971897
example, "month/day/year" versus "day/month/year"), and the output may
18981898
contain Unicode characters encoded using the locale's default encoding (for
1899-
example, if the current locale is ``js_JP``, the default encoding could be
1899+
example, if the current locale is ``ja_JP``, the default encoding could be
19001900
any one of ``eucJP``, ``SJIS``, or ``utf-8``; use :meth:`locale.getlocale`
19011901
to determine the current locale's encoding).
19021902

0 commit comments

Comments
 (0)