File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments