diff options
-rw-r--r-- | Doc/whatsnew/3.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 9989eaf5ea..3fe909ee97 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -1429,8 +1429,8 @@ dynamically as specified by :pep:`560`. unicodedata ----------- -The internal :mod:`unicodedata` database has been upgraded to use `Unicode 10 -<http://www.unicode.org/versions/Unicode10.0.0/>`_. (Contributed by Benjamin +The internal :mod:`unicodedata` database has been upgraded to use `Unicode 11 +<http://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin Peterson.) |