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

Commit97427de

Browse files
committed
Fix indentation
1 parentda099dc commit97427de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎html5lib/treebuilders/etree_lxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def insertCommentInitial(self, data, parent=None):
304304
definsertCommentMain(self,data,parent=None):
305305
if (parent==self.documentand
306306
self.document._elementTree.getroot()[-1].tag==comment_type):
307-
warnings.warn("lxml cannot represent adjacent comments beyond the root elements",DataLossWarning)
307+
warnings.warn("lxml cannot represent adjacent comments beyond the root elements",DataLossWarning)
308308
super(TreeBuilder,self).insertComment(data,parent)
309309

310310
definsertRoot(self,token):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp