Skip to content

Commit af7e732

Browse files
Apply batched suggestions from code review
Co-authored-by: dgelessus <dgelessus@users.noreply.github.com>
1 parent 9e94614 commit af7e732

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/xml.dom.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ inherits properties from :class:`Node`.
690690
:data:`~xml.dom.EMPTY_NAMESPACE` if the node does not belong to a namespace.
691691
*name* is the new qualified name.
692692

693-
Raise :exc:`WrongDocumentErr` if *n* was created by other document,
693+
Raise :exc:`WrongDocumentErr` if *n* was created by another document,
694694
and :exc:`NotSupportedErr` if it is neither an element nor an attribute.
695695

696696

@@ -1133,7 +1133,8 @@ The name of the entity is its :attr:`~Node.nodeName`.
11331133

11341134
.. attribute:: Entity.systemId
11351135

1136-
The system identifier of the entity.
1136+
The system identifier of the entity,
1137+
or ``None`` if it is not specified.
11371138
This is a read-only attribute.
11381139

11391140

0 commit comments

Comments
 (0)