Skip to content

Commit d5cb351

Browse files
authored
Update xml.sax.handler.rst
1 parent 9c25cf3 commit d5cb351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/xml.sax.handler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ events in the input document:
248248

249249
The *name* parameter contains the raw XML 1.0 name of the element type as a
250250
string and the *attrs* parameter holds an object of the
251-
:ref:`Attributes <attributes-object>` interface
252-
(see :ref:`attributes-objects`) containing the attributes of
251+
:ref:`Attributes <attributes-object>`
252+
interface (see :ref:`attributes-objects`) containing the attributes of
253253
the element. The object passed as *attrs* may be re-used by the parser; holding
254254
on to a reference to it is not a reliable way to keep a copy of the attributes.
255255
To keep a copy of the attributes, use the :meth:`copy` method of the *attrs*

0 commit comments

Comments
 (0)