8000 Fix typo in docs. (#300) · jmwhitfi/html5lib-python@1a28d72 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 1a28d72

Browse files
jdufresnegsnedders
authored andcommitted
Fix typo in docs. (html5lib#300)
Statement was repeated twice on a single line.
1 parent ff6111c commit 1a28d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/movingparts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To use a filter, simply wrap it around a stream:
136136
>>> dom = html5lib.parse("<p><script>alert('Boo!')", treebuilder="dom")
137137
>>> walker = html5lib.getTreeWalker("dom")
138138
>>> stream = walker(dom)
139-
>>> sane_stream = sanitizer.Filter(stream) clean_stream = sanitizer.Filter(stream)
139+
>>> clean_stream = sanitizer.Filter(stream)
140140
141141
142142
Tree adapters

0 commit comments

Comments
 (0)
0