Skip to content

Commit b0585f9

Browse files
Try to fix rst.
1 parent 4c1bd42 commit b0585f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ unicodedata
787787
* Add the :func:`~unicodedata.iter_graphemes`
788788
function to iterate over grapheme clusters according to rules defined in
789789
`Unicode Standard Annex #29, "Unicode Text Segmentation"
790-
<https://www.unicode.org/reports/tr29/>`_.
791-
Add :func:`~unicodedata.grapheme_cluster_break`,
792-
:func:`~unicodedata.indic_conjunct_break` and
793-
:func:`~unicodedata.extended_pictographic` functions to get the properties
794-
of the character which are related to the above algorithm.
790+
<https://www.unicode.org/reports/tr29/>`_.
791+
Add :func:`~unicodedata.grapheme_cluster_break`,
792+
:func:`~unicodedata.indic_conjunct_break` and
793+
:func:`~unicodedata.extended_pictographic` functions to get the properties
794+
of the character which are related to the above algorithm.
795795
(Contributed by Serhiy Storchaka and Guillaume Sanchez in :gh:`74902`.)
796796

797797

0 commit comments

Comments
 (0)