aboutsummaryrefslogtreecommitdiff
path: root/Doc/source/optional.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/source/optional.rst')
-rw-r--r--Doc/source/optional.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/source/optional.rst b/Doc/source/optional.rst
index 0ac22bfd..09376a26 100644
--- a/Doc/source/optional.rst
+++ b/Doc/source/optional.rst
@@ -1,5 +1,3 @@
-:orphan:
-
Optional Dependencies
=====================
@@ -59,8 +57,8 @@ with ``ttx`` we use the ``unicodedata`` module in the Standard Library.
The version included in there varies between different Python versions.
To use the latest available data, you can install:
-* `unicodedata2 <https://pypi.python.org/pypi/unicodedata2>`__: ``unicodedata`` backport for Python
- 3.x updated to the latest Unicode version 14.0. Note this is not necessary if you use Python 3.11
+* `unicodedata2 <https://pypi.python.org/pypi/unicodedata2>`__: ``unicodedata`` backport for Python 2.7
+ and 3.x updated to the latest Unicode version 12.0. Note this is not necessary if you use Python 3.8
as the latter already comes with an up-to-date ``unicodedata``.
*Extra:* ``unicode``