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
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commite4de4c9

Browse files
authored
Fix typos (html5lib#424)
1 parent4733d5c commite4de4c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎html5lib/tests/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def convertData(data):
148148

149149

150150
deferrorMessage(input,expected,actual):
151-
msg= ("Input:\n%s\nExpected:\n%s\nRecieved\n%s\n"%
151+
msg= ("Input:\n%s\nExpected:\n%s\nReceived\n%s\n"%
152152
(repr(input),repr(expected),repr(actual)))
153153
ifsys.version_info[0]==2:
154154
msg=msg.encode("ascii","backslashreplace")

‎html5lib/tests/test_meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ def test_errorMessage():
2828

2929
# Assertions!
3030
ifsix.PY2:
31-
assertb"Input:\n1\nExpected:\n2\nRecieved\n3\n"==r
31+
assertb"Input:\n1\nExpected:\n2\nReceived\n3\n"==r
3232
else:
3333
assertsix.PY3
34-
assert"Input:\n1\nExpected:\n2\nRecieved\n3\n"==r
34+
assert"Input:\n1\nExpected:\n2\nReceived\n3\n"==r
3535

3636
assertinput.__repr__.call_count==1
3737
assertexpected.__repr__.call_count==1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp