Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90cedb commit ad32153Copy full SHA for ad32153
1 file changed
Doc/library/datetime.rst
@@ -1896,7 +1896,7 @@ Notes:
1896
making assumptions about the output value. Field orderings will vary (for
1897
example, "month/day/year" versus "day/month/year"), and the output may
1898
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
+ example, if the current locale is ``ja_JP``, the default encoding could be
1900
any one of ``eucJP``, ``SJIS``, or ``utf-8``; use :meth:`locale.getlocale`
1901
to determine the current locale's encoding).
1902
0 commit comments