Skip to content
Prev Previous commit
Next Next commit
Try to fix rst.
  • Loading branch information
serhiy-storchaka committed Dec 22, 2025
commit b0585f9671bee6d68d88c6ed0d8dc464831dc1ec
10 changes: 5 additions & 5 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -787,11 +787,11 @@ unicodedata
* Add the :func:`~unicodedata.iter_graphemes`
function to iterate over grapheme clusters according to rules defined in
`Unicode Standard Annex #29, "Unicode Text Segmentation"
<https://www.unicode.org/reports/tr29/>`_.
Add :func:`~unicodedata.grapheme_cluster_break`,
:func:`~unicodedata.indic_conjunct_break` and
:func:`~unicodedata.extended_pictographic` functions to get the properties
of the character which are related to the above algorithm.
<https://www.unicode.org/reports/tr29/>`_.
Add :func:`~unicodedata.grapheme_cluster_break`,
:func:`~unicodedata.indic_conjunct_break` and
:func:`~unicodedata.extended_pictographic` functions to get the properties
of the character which are related to the above algorithm.
(Contributed by Serhiy Storchaka and Guillaume Sanchez in :gh:`74902`.)


Expand Down