Typo fix in file Include/object.h (GH-14556)
* accross -> across * Extra space removed in comment
This commit is contained in:
parent
bad02cc3c8
commit
10e5c66789
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue