Skip to content

Commit 7b1666d

Browse files
Update Lib/xml/dom/minidom.py
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 19d245c commit 7b1666d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
class Node(xml.dom.Node):
3535
"""Base class representing a node in the DOM tree.
36+
3637
Provides core properties and methods that all DOM nodes must implement.
3738
"""
3839
namespaceURI = None # this is non-null only for elements and attributes

0 commit comments

Comments
 (0)