From: Georg Brandl Date: Tue, 29 Oct 2013 07:05:10 +0000 (+0100) Subject: Fix typo: js_JP is not a valid locale. X-Git-Tag: v3.4.0b1~485^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad3215362c60fdff0865e443a6d9946a3e9d3879;p=python Fix typo: js_JP is not a valid locale. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 6ca15b71ae..065e850756 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -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).