From b64f40f3e9e7c9fc75235b8ade4c9e3c7e686fe4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 29 Oct 2013 08:05:10 +0100 Subject: [PATCH] Fix typo: js_JP is not a valid locale. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 0de7391194..db952691a2 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1720,7 +1720,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). -- 2.50.1