We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2dad commit 2902970Copy full SHA for 2902970
Doc/c-api/bytes.rst
@@ -22,7 +22,7 @@ called with a non-bytes parameter.
22
is the same object as :class:`bytes` in the Python layer.
23
24
25
-.. c:var:: PyTypeObject PyByteIter_Type
+.. c:var:: PyTypeObject PyBytesIter_Type
26
27
Type object for an iterator over a :class:`bytes` object. Instances
28
of this object are returned by :meth:`!bytes.__iter__`.
0 commit comments