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

@ -338,7 +338,7 @@ given type object has a specified feature.
* Python 3.0 transition). */
/* 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.
*/