]> granicus.if.org Git - python/commitdiff
Typo fix in file Include/object.h (GH-14556)
authorHansraj Das <raj.das.136@gmail.com>
Fri, 5 Jul 2019 21:37:15 +0000 (03:07 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Jul 2019 21:37:15 +0000 (14:37 -0700)
* accross -> across
* Extra space removed in comment

Include/object.h

index cc98d8a1def7e7ab56d4702992c00b6bd591aa57..a9d434b5108068335e20ce4043f43289c1e68282 100644 (file)
@@ -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.
  */