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 a7a0775 commit e1aec8eCopy full SHA for e1aec8e
Doc/library/os.rst
@@ -1662,7 +1662,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
1662
.. function:: readinto(fd, buffer, /)
1663
1664
Read from a file descriptor *fd* into a mutable
1665
- :ref:`buffer protocol <bufferobjects>` *buffer*.
+ :ref:`buffer object <bufferobjects>` *buffer*.
1666
1667
The *buffer* should be mutable and :term:`bytes-like <bytes-like object>`. On
1668
success, returns the number of bytes read. Less bytes may be read than the
0 commit comments