Skip to content

Commit

Permalink
linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Nov 6, 2023
1 parent b7144e9 commit 57d5a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Tubes Versus Protocols
======================

If you've used Twisted before, you may notice that half of the line-splitting above is exactly what :py:func:`LineReceiver <twisted.protocols.basic.LineReceiver>` does, and that there are lots of related classes that can do similar things for other message types.
The other half is handled by `producers and consumers <https://twistedmatrix.com/documents/current/core/howto/producers.html>`_.
The other half is handled by `producers and consumers <https://docs.twistedmatrix.com/en/stable/core/howto/producers.html>`_.
``tubes`` is a *newer* interface than those things, and you will find it somewhat improved.
If you're writing new code, you should generally prefer to use ``tubes``.

Expand Down

0 comments on commit 57d5a1b

Please sign in to comment.