Skip to content

Commit 32d51e3

Browse files
committed
Doc/library/xml.etree.elementtree.rst: Add missing indent by 3
1 parent c932512 commit 32d51e3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,10 +1400,12 @@ XMLParser Objects
14001400

14011401
.. note::
14021402

1403-
:meth:`flush` has been backported to some prior releases of
1404-
CPython as a security fix. Check for availability of :meth:`flush`
1405-
using :func:`hasattr` if used in code running across a variety of Python
1406-
versions.
1403+
:meth:`flush`
1404+
has been backported to some prior releases of CPython as a security
1405+
fix. Check for availability of
1406+
:meth:`flush`
1407+
using :func:`hasattr` if used in code running across a variety of
1408+
Python versions.
14071409

14081410
.. versionadded:: 3.13
14091411

@@ -1480,10 +1482,12 @@ XMLPullParser Objects
14801482

14811483
.. note::
14821484

1483-
:meth:`flush` has been backported to some prior releases of
1484-
CPython as a security fix. Check for availability of :meth:`flush`
1485-
using :func:`hasattr` if used in code running across a variety of Python
1486-
versions.
1485+
:meth:`flush`
1486+
has been backported to some prior releases of CPython as a security
1487+
fix. Check for availability of
1488+
:meth:`flush`
1489+
using :func:`hasattr` if used in code running across a variety of
1490+
Python versions.
14871491

14881492
.. versionadded:: 3.13
14891493

0 commit comments

Comments
 (0)