From: Hansraj Das <raj.das.136@gmail.com> Date: Fri, 5 Jul 2019 21:37:15 +0000 (+0530) Subject: Typo fix in file Include/object.h (GH-14556) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10e5c66789a06dc9015a24968e96e77a75725a7a;p=python Typo fix in file Include/object.h (GH-14556) * accross -> across * Extra space removed in comment --- diff --git a/Include/object.h b/Include/object.h index cc98d8a1de..a9d434b510 100644 --- a/Include/object.h +++ b/Include/object.h @@ -337,8 +337,8 @@ given type object has a specified feature. /* NOTE: The following flags reuse lower bits (removed as part of the * Python 3.0 transition). */ -/* The following flag is kept for compatibility. Starting with 3.8, - * binary compatibility of C extensions accross feature releases of +/* The following flag is kept for compatibility. Starting with 3.8, + * binary compatibility of C extensions across feature releases of * Python is not supported anymore, except when using the stable ABI. */