Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f16527c

Browse files
committed
Typo caught by /F -- thanks!
1 parent 23fff91 commit f16527c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/dom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class DOMException(Exception):
6464
def __init__(self, *args, **kw):
6565
if self.__class__ is DOMException:
6666
raise RuntimeError(
67-
"DOMException should not be instaniated directly")
67+
"DOMException should not be instantiated directly")
6868
apply(Exception.__init__, (self,) + args, kw)
6969

7070

0 commit comments

Comments
 (0)