Skip to content

Commit d5ecaa2

Browse files
committed
Drop "Note that " at the start of the sentence
Requested by @hugovk
1 parent a4f79ad commit d5ecaa2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Doc/library/pyexpat.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ XMLParser Objects
223223
Calling ``SetReparseDeferralEnabled(True)`` allows re-enabling reparse
224224
deferral.
225225

226-
Note that :meth:`!SetReparseDeferralEnabled`
226+
:meth:`!SetReparseDeferralEnabled`
227227
has been backported to some prior releases of CPython as a security fix.
228228
Check for availability of
229229
:meth:`!SetReparseDeferralEnabled`
@@ -259,7 +259,7 @@ against some common XML vulnerabilities.
259259
The corresponding :attr:`~ExpatError.lineno` and :attr:`~ExpatError.offset`
260260
should not be used as they may have no special meaning.
261261

262-
Note that :meth:`!SetBillionLaughsAttackProtectionActivationThreshold`
262+
:meth:`!SetBillionLaughsAttackProtectionActivationThreshold`
263263
has been backported to some prior releases of CPython as a security fix.
264264
Check for availability of
265265
:meth:`!SetBillionLaughsAttackProtectionActivationThreshold`
@@ -297,7 +297,7 @@ against some common XML vulnerabilities.
297297
The corresponding :attr:`~ExpatError.lineno` and :attr:`~ExpatError.offset`
298298
should not be used as they may have no special meaning.
299299

300-
Note that :meth:`!SetBillionLaughsAttackProtectionMaximumAmplification`
300+
:meth:`!SetBillionLaughsAttackProtectionMaximumAmplification`
301301
has been backported to some prior releases of CPython as a security fix.
302302
Check for availability of
303303
:meth:`!SetBillionLaughsAttackProtectionMaximumAmplification`
@@ -325,7 +325,7 @@ against some common XML vulnerabilities.
325325
The corresponding :attr:`~ExpatError.lineno` and :attr:`~ExpatError.offset`
326326
should not be used as they may have no special meaning.
327327

328-
Note that :meth:`!SetAllocTrackerActivationThreshold`
328+
:meth:`!SetAllocTrackerActivationThreshold`
329329
has been backported to some prior releases of CPython as a security fix.
330330
Check for availability of
331331
:meth:`!SetAllocTrackerActivationThreshold`
@@ -357,7 +357,7 @@ against some common XML vulnerabilities.
357357
The corresponding :attr:`~ExpatError.lineno` and :attr:`~ExpatError.offset`
358358
should not be used as they may have no special meaning.
359359

360-
Note that :meth:`!SetAllocTrackerMaximumAmplification`
360+
:meth:`!SetAllocTrackerMaximumAmplification`
361361
has been backported to some prior releases of CPython as a security fix.
362362
Check for availability of
363363
:meth:`!SetAllocTrackerMaximumAmplification`

Doc/library/xml.etree.elementtree.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ XMLParser Objects
13981398
Disabling reparse deferral has security consequences; please see
13991399
:meth:`xml.parsers.expat.xmlparser.SetReparseDeferralEnabled` for details.
14001400

1401-
Note that :meth:`!flush`
1401+
:meth:`!flush`
14021402
has been backported to some prior releases of CPython as a security fix.
14031403
Check for availability of
14041404
:meth:`!flush`
@@ -1478,7 +1478,7 @@ XMLPullParser Objects
14781478
Disabling reparse deferral has security consequences; please see
14791479
:meth:`xml.parsers.expat.xmlparser.SetReparseDeferralEnabled` for details.
14801480

1481-
Note that :meth:`!flush`
1481+
:meth:`!flush`
14821482
has been backported to some prior releases of CPython as a security fix.
14831483
Check for availability of
14841484
:meth:`!flush`

0 commit comments

Comments
 (0)