File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments