Skip to content

Commit 2902970

Browse files
committed
Fix missing s.
1 parent e4b2dad commit 2902970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/bytes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ called with a non-bytes parameter.
2222
is the same object as :class:`bytes` in the Python layer.
2323

2424

25-
.. c:var:: PyTypeObject PyByteIter_Type
25+
.. c:var:: PyTypeObject PyBytesIter_Type
2626
2727
Type object for an iterator over a :class:`bytes` object. Instances
2828
of this object are returned by :meth:`!bytes.__iter__`.

0 commit comments

Comments
 (0)