Skip to content

Commit 5eb89cc

Browse files
committed
Rework token stream intro
1 parent f25d7c0 commit 5eb89cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/movingparts.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ html5lib provides walkers for ``etree``, ``dom``, and ``lxml`` trees, as well as
5858
The implementation of walkers can be found in `html5lib/treewalkers/
5959
<https://github.com/html5lib/html5lib-python/tree/master/html5lib/treewalkers>`_.
6060

61-
html5lib provides a few tools for consuming token streams:
62-
63-
* :class:`~html5lib.serializer.HTMLSerializer`, to generate a stream of bytes; and
64-
* filters, to manipulate the token stream.
61+
html5lib provides :class:`~html5lib.serializer.HTMLSerializer` for generating a stream of bytes from a token stream, and several filters which manipulate the stream.
6562

6663
HTMLSerializer
6764
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)