summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.7.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 3ce20fafd3..408fed4572 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -1354,7 +1354,7 @@ PEP 545: Python Documentation Translations
------------------------------------------
:pep:`545` describes the process to translate Python documentation,
-and two translations have been added:
+and three translations have been added:
- Japanese: https://docs.python.org/ja/ and associated GitHub
repository: https://github.com/python/python-docs-ja
@@ -1362,5 +1362,8 @@ and two translations have been added:
- French: https://docs.python.org/fr/ and associated GitHub
repository: https://github.com/python/python-docs-fr
+- Korean: https://docs.python.org/ko/ and associated GitHub
+ repository: https://github.com/python/python-docs-ko
+
(Contributed by Julien Palard, Inada Naoki, and Victor Stinner in
:issue:`26546`.)