Fix typo: js_JP is not a valid locale.

This commit is contained in:
Georg Brandl 2013-10-29 08:05:10 +01:00
parent e90cedb711
commit ad3215362c
1 changed files with 1 additions and 1 deletions

View File

@ -1896,7 +1896,7 @@ Notes:
making assumptions about the output value. Field orderings will vary (for
example, "month/day/year" versus "day/month/year"), and the output may
contain Unicode characters encoded using the locale's default encoding (for
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
any one of ``eucJP``, ``SJIS``, or ``utf-8``; use :meth:`locale.getlocale`
to determine the current locale's encoding).