We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786dbf8 commit 5e6b61bCopy full SHA for 5e6b61b
html5lib/treewalkers/__init__.py
@@ -2,10 +2,10 @@
2
tree, generating tokens identical to those produced by the tokenizer
3
module.
4
5
-To create a tree walker for a new type of tree, you need to do
+To create a tree walker for a new type of tree, you need to
6
implement a tree walker object (called TreeWalker by convention) that
7
-implements a 'serialize' method taking a tree as sole argument and
8
-returning an iterator generating tokens.
+implements a 'serialize' method which takes a tree as sole argument and
+returns an iterator which generates tokens.
9
"""
10
11
from __future__ import absolute_import, division, unicode_literals
0 commit comments