[Python-checkins] Typo fix in file Include/object.h (GH-14556)

Miss Islington (bot) webhook-mailer at python.org
Fri Jul 5 17:37:19 EDT 2019


https://github.com/python/cpython/commit/10e5c66789a06dc9015a24968e96e77a75725a7a
commit: 10e5c66789a06dc9015a24968e96e77a75725a7a
branch: master
author: Hansraj Das <raj.das.136 at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-07-05T14:37:15-07:00
summary:

Typo fix in file Include/object.h (GH-14556)



* accross -> across
* Extra space removed in comment

files:
M Include/object.h

diff --git a/Include/object.h b/Include/object.h
index cc98d8a1def7..a9d434b51080 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.
  */
 



More information about the Python-checkins mailing list