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

Commit224d9f4

Browse files
committed
Fix formatting of docstring example
It runs together in the built HTML.
1 parent17499b9 commit224d9f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎html5lib/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
HTML found in the wild and implements well-defined error recovery that
55
is largely compatible with modern desktop web browsers.
66
7-
Example usage:
7+
Example usage::
88
9-
import html5lib
10-
f = open("my_document.html")
11-
tree = html5lib.parse(f)
9+
import html5lib
10+
f = open("my_document.html")
11+
tree = html5lib.parse(f)
1212
"""
1313

1414
from __future__importabsolute_import,division,unicode_literals

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp