Skip to content

Commit e1aec8e

Browse files
committed
Tweka os doc
1 parent a7a0775 commit e1aec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
16621662
.. function:: readinto(fd, buffer, /)
16631663

16641664
Read from a file descriptor *fd* into a mutable
1665-
:ref:`buffer protocol <bufferobjects>` *buffer*.
1665+
:ref:`buffer object <bufferobjects>` *buffer*.
16661666

16671667
The *buffer* should be mutable and :term:`bytes-like <bytes-like object>`. On
16681668
success, returns the number of bytes read. Less bytes may be read than the

0 commit comments

Comments
 (0)