Skip to content

Commit 22cacf6

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent c46e9bd commit 22cacf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/unicodedata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,12 @@ following functions:
250250
.. function:: iter_graphemes(unistr, start=0, end=sys.maxsize, /)
251251

252252
Returns an iterator to iterate over grapheme clusters.
253-
With optional *start*, iteration beginning at that position.
253+
With optional *start*, iteration begins at that position.
254254
With optional *end*, iteration stops at that position.
255255

256-
Converting an emitted item to string returns a substring corresponding to
256+
Converting an emitted item to string returns a substring corresponding to
257257
the grapheme cluster.
258-
Its ``start`` and ``end`` attributes denote the start and the end of
258+
Its ``start`` and ``end`` attributes denote the start and end of
259259
the grapheme cluster.
260260

261261
It uses extended grapheme cluster rules defined by Unicode

0 commit comments

Comments
 (0)