mirror of
https://github.com/python/cpython.git
synced 2025-11-08 13:42:22 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -338,7 +338,7 @@ given type object has a specified feature.
|
||||||
* 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…
Add table
Add a link
Reference in a new issue