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

* accross -> across
* Extra space removed in comment
This commit is contained in:
Hansraj Das 2019-07-06 03:07:15 +05:30 committed by Miss Islington (bot)
parent bad02cc3c8
commit 10e5c66789
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ given type object has a specified feature.
/* NOTE: The following flags reuse lower bits (removed as part of the /* NOTE: The following flags reuse lower bits (removed as part of the
* Python 3.0 transition). */ * Python 3.0 transition). */
/* The following flag is kept for compatibility. Starting with 3.8, /* The following flag is kept for compatibility. Starting with 3.8,
* binary compatibility of C extensions accross feature releases of * binary compatibility of C extensions across feature releases of
* Python is not supported anymore, except when using the stable ABI. * Python is not supported anymore, except when using the stable ABI.
*/ */