]> granicus.if.org Git - python/commitdiff
[3.8] Fix typo (inifite -> infinite) (GH-15429)
authorGeeTransit <geetransit@gmail.com>
Fri, 23 Aug 2019 16:23:43 +0000 (12:23 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2019 16:23:43 +0000 (09:23 -0700)
The same typo exists in the changelogs of 3.6 and 3.7.

Automerge-Triggered-By: @Mariatta
Misc/NEWS.d/3.8.0b3.rst

index 5a35160970ad6812abf6a9717d69cc273471c6d7..5e5225294ad8ce6e2482a739faf7eb508da8ecfe 100644 (file)
@@ -4,7 +4,7 @@
 .. release date: 2019-07-29
 .. section: Security
 
-Fix an inifite loop when parsing specially crafted email headers. Patch by
+Fix an infinite loop when parsing specially crafted email headers. Patch by
 Abhilash Raj.
 
 ..