Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e6b61b

Browse files
Ward Bradtgsnedders
Ward Bradt
authored andcommitted
fixed some minor grammar in opening comment (html5lib#389)
1 parent786dbf8 commit5e6b61b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎html5lib/treewalkers/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
tree, generating tokens identical to those produced by the tokenizer
33
module.
44
5-
To create a tree walker for a new type of tree, you need to do
5+
To create a tree walker for a new type of tree, you need to
66
implement a tree walker object (called TreeWalker by convention) that
7-
implements a 'serialize' methodtaking a tree as sole argument and
8-
returning an iteratorgenerating tokens.
7+
implements a 'serialize' methodwhich takes a tree as sole argument and
8+
returns an iteratorwhich generates tokens.
99
"""
1010

1111
from __future__importabsolute_import,division,unicode_literals

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp