Skip to content

Commit c67a22d

Browse files
Update Tools/unicode/makeunicodedata.py
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 10c164a commit c67a22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/unicode/makeunicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# * Doc/library/stdtypes.rst, and
4545
# * Doc/library/unicodedata.rst
4646
# * Doc/reference/lexical_analysis.rst (three occurrences)
47-
# * Doc/c-api-unicode.rst (in case conversion APIs)
47+
# * Doc/c-api/unicode.rst (in case conversion APIs)
4848
UNIDATA_VERSION = "17.0.0"
4949
UNICODE_DATA = "UnicodeData%s.txt"
5050
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"

0 commit comments

Comments
 (0)