We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d43a3b commit 6cdbe4dCopy full SHA for 6cdbe4d
sopel/modules/unicode_info.py
@@ -12,7 +12,7 @@
12
13
# Python built-in unicodedata uses UCD version 13 (as of Python 3.10)
14
# unicodedata2 can provide a more recent version, so we use that if present
15
-# See also: https://docs.python.org/fr/3/library/unicodedata.html
+# See also: https://docs.python.org/3/library/unicodedata.html
16
try:
17
# ignore type check for these imports (no stubs for unicodedata2)
18
import unicodedata2 as unicodedata # type: ignore[import]
0 commit comments