Skip to content

Commit 32713a5

Browse files
willkggsnedders
authored andcommitted
Document exceptions in constants module (#369)
1 parent 208cff8 commit 32713a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5lib/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -2939,6 +2939,7 @@
29392939

29402940

29412941
class DataLossWarning(UserWarning):
2942+
"""Raised when the current tree is unable to represent the input data"""
29422943
pass
29432944

29442945

0 commit comments

Comments
 (0)