Docs: Fix backtick errors found by sphinx-lint (#97998)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
Hugo van Kemenade 2022-10-06 18:01:30 -07:00 committed by GitHub
parent 27025e158c
commit fa2d43e518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 90 additions and 98 deletions

View file

@ -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()