8000 [3.13] gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (GH-133149) · python/cpython@ff41346 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff41346

Browse files
[3.13] gh-46236: Document PyUnicodeIter_Type (GH-132925) (GH-133149)
gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (cherry picked from commit bba14c3) # Conflicts: # Doc/c-api/unicode.rst
1 parent dcbda41 commit ff41346

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Doc/c-api/unicode.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,14 @@ Python:
6868

6969
.. c:var:: PyTypeObject PyUnicode_Type
7070
71-
This instance of :c:type:`PyTypeObject` represents the Python Unicode type. It
72-
is exposed to Python code as ``str``.
71+
This instance of :c:type:`PyTypeObject` represents the Python Unicode type.
72+
It is exposed to Python code as ``str``.
73+
74+
75+
.. c:var:: PyTypeObject PyUnicodeIter_Type
76+
77+
This instance of :c:type:`PyTypeObject` represents the Python Unicode
78+
iterator type. It is used to iterate over Unicode string objects.
7379

7480

7581
The following APIs are C macros and static inlined functions for fast checks and

0 commit comments

Comments
 (0)
0