Skip to content
Prev Previous commit
Next Next commit
Update Doc/library/unicodedata.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
  • Loading branch information
serhiy-storchaka and StanFromIreland authored Dec 23, 2025
commit c46e9bd99ec7f34867f6d70c690103c4fdfa0e5a
2 changes: 1 addition & 1 deletion Doc/library/unicodedata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ following functions:

Converting an emitted item to string returns a substring corresponding to
Comment thread
serhiy-storchaka marked this conversation as resolved.
Outdated
the grapheme cluster.
It's ``start`` and ``end`` attributes denote the start and the end of
Its ``start`` and ``end`` attributes denote the start and the end of
Comment thread
serhiy-storchaka marked this conversation as resolved.
Outdated
the grapheme cluster.

It uses extended grapheme cluster rules defined by Unicode
Expand Down
Loading