[Python-checkins] cpython (3.3): Fix typo: js_JP is not a valid locale.

georg.brandl python-checkins at python.org
Tue Oct 29 08:18:49 CET 2013


http://hg.python.org/cpython/rev/393cec48616c
changeset:   86727:393cec48616c
branch:      3.3
parent:      86707:a2230a8420a5
user:        Georg Brandl <georg at python.org>
date:        Tue Oct 29 08:05:10 2013 +0100
summary:
  Fix typo: js_JP is not a valid locale.

files:
  Doc/library/datetime.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1896,7 +1896,7 @@
    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).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list