Skip to content

Commit eb0208b

Browse files
Update Lib/xml/dom/minidom.py
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent f16761b commit eb0208b

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
@@ -83,6 +83,7 @@ def _get_lastChild(self):
8383

8484
def insertBefore(self, newChild, refChild):
8585
"""Insert a new DOM Node before an existing Node.
86+
8687
https://dom.spec.whatwg.org/#dom-node-insertbefore
8788
The insertBefore(node, child) method, when invoked,
8889
must return the result of pre-inserting node into

0 commit comments

Comments
 (0)