We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25cf3 commit d5cb351Copy full SHA for d5cb351
Doc/library/xml.sax.handler.rst
@@ -248,8 +248,8 @@ events in the input document:
248
249
The *name* parameter contains the raw XML 1.0 name of the element type as a
250
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
+ :ref:`Attributes <attributes-object>`
+ interface (see :ref:`attributes-objects`) containing the attributes of
253
the element. The object passed as *attrs* may be re-used by the parser; holding
254
on to a reference to it is not a reliable way to keep a copy of the attributes.
255
To keep a copy of the attributes, use the :meth:`copy` method of the *attrs*
0 commit comments