Skip to content

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)