Skip to content

Commit 897b072

Browse files
committed
versionadded: 3.12 -> 3.13
1 parent 99d86b5 commit 897b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ than raw I/O does.
730730

731731
.. method:: peek(size=0, /)
732732

733-
.. versionadded:: 3.12
733+
.. versionadded:: 3.13
734734

735735
Return bytes from the current position onwards but without advancing the
736736
position. The number of bytes returned may be less or more than requested.

0 commit comments

Comments
 (0)