There was an error while loading. Please reload this page.
1 parent 9e94614 commit af7e732Copy full SHA for af7e732
1 file changed
Doc/library/xml.dom.rst
@@ -690,7 +690,7 @@ inherits properties from :class:`Node`.
690
:data:`~xml.dom.EMPTY_NAMESPACE` if the node does not belong to a namespace.
691
*name* is the new qualified name.
692
693
- Raise :exc:`WrongDocumentErr` if *n* was created by other document,
+ Raise :exc:`WrongDocumentErr` if *n* was created by another document,
694
and :exc:`NotSupportedErr` if it is neither an element nor an attribute.
695
696
@@ -1133,7 +1133,8 @@ The name of the entity is its :attr:`~Node.nodeName`.
1133
1134
.. attribute:: Entity.systemId
1135
1136
- The system identifier of the entity.
+ The system identifier of the entity,
1137
+ or ``None`` if it is not specified.
1138
This is a read-only attribute.
1139
1140
0 commit comments