Skip to content

Commit 6cdbe4d

Browse files
Exireldgw
andauthored
Update sopel/modules/unicode_info.py
Co-authored-by: dgw <[email protected]>
1 parent 7d43a3b commit 6cdbe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sopel/modules/unicode_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Python built-in unicodedata uses UCD version 13 (as of Python 3.10)
1414
# 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
15+
# See also: https://docs.python.org/3/library/unicodedata.html
1616
try:
1717
# ignore type check for these imports (no stubs for unicodedata2)
1818
import unicodedata2 as unicodedata # type: ignore[import]

0 commit comments

Comments
 (0)