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

Commit1a28d72

Browse files
jdufresnegsnedders
authored andcommitted
Fix typo in docs. (#300)
Statement was repeated twice on a single line.
1 parentff6111c commit1a28d72

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)

[8]ページ先頭

©2009-2025 Movatter.jp