Skip to content

Commit 13f7c37

Browse files
committed
Fix typo
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401014
1 parent dc1fbb0 commit 13f7c37

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
@@ -185,7 +185,7 @@ def read(self, chars=-1):
185185
else:
186186
result = self.data[:chars]
187187
self.data = self.data[chars:]
188-
return resutl
188+
return result
189189
def unget(self, data):
190190
if self.data:
191191
self.data += data

0 commit comments

Comments
 (0)