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

Commitb24ea63

Browse files
committed
Remove some incorrect whitespace
--HG--extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401057
1 parentd05f439 commitb24ea63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/html5lib/inputstream.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self, source, encoding=None, parseMeta=True, chardet=True):
5858
self.charEncoding=self.detectEncoding(parseMeta,chardet)
5959

6060
self.dataStream=codecs.getreader(self.charEncoding[0])(self.rawStream,
61-
'replace')
61+
'replace')
6262

6363
self.queue=deque([])
6464
self.readChars= []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp