Skip to content

Commit cc77193

Browse files
authored
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
1 parent f99c015 commit cc77193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.dom.minidom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module documentation. This section lists the differences between the API and
145145
For the :class:`Document` node, an additional keyword argument *encoding* can
146146
be used to specify the encoding field of the XML header.
147147

148-
Silimarly, explicitly stating the *standalone* argument causes the
148+
Similarly, explicitly stating the *standalone* argument causes the
149149
standalone document declarations to be added to the prologue of the XML
150150
document.
151151
If the value is set to `True`, `standalone="yes"` is added,

0 commit comments

Comments
 (0)