mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
* Update Doc/tools/.nitignore * Fix BufferedIOBase.write() link in buffer.rst
This commit is contained in:
parent
507d8bc39a
commit
391e03fa05
12 changed files with 26 additions and 33 deletions
|
|
@ -44,7 +44,7 @@ the elements exposed by an :class:`array.array` can be multi-byte values.
|
|||
|
||||
An example consumer of the buffer interface is the :meth:`~io.BufferedIOBase.write`
|
||||
method of file objects: any object that can export a series of bytes through
|
||||
the buffer interface can be written to a file. While :meth:`write` only
|
||||
the buffer interface can be written to a file. While :meth:`!write` only
|
||||
needs read-only access to the internal contents of the object passed to it,
|
||||
other methods such as :meth:`~io.BufferedIOBase.readinto` need write access
|
||||
to the contents of their argument. The buffer interface allows objects to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue