mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Docs: Fix backtick errors found by sphinx-lint (#97998)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
27025e158c
commit
fa2d43e518
55 changed files with 90 additions and 98 deletions
|
@ -553,7 +553,7 @@ accept factories that return streaming protocols.
|
|||
a connection is open.
|
||||
|
||||
However, :meth:`protocol.eof_received() <Protocol.eof_received>`
|
||||
is called at most once. Once `eof_received()` is called,
|
||||
is called at most once. Once ``eof_received()`` is called,
|
||||
``data_received()`` is not called anymore.
|
||||
|
||||
.. method:: Protocol.eof_received()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue