diff options
author | Hansraj Das <raj.das.136@gmail.com> | 2019-07-05 21:37:15 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-05 21:37:15 (GMT) |
commit | 10e5c66789a06dc9015a24968e96e77a75725a7a (patch) | |
tree | aab0ef92751ab2fa165d2c20cfc552a0b26fafa4 /Include | |
parent | bad02cc3c881e5b55e1d3db5a3ce3aaf02ce8536 (diff) | |
download | cpython-10e5c66789a06dc9015a24968e96e77a75725a7a.zip cpython-10e5c66789a06dc9015a24968e96e77a75725a7a.tar.gz cpython-10e5c66789a06dc9015a24968e96e77a75725a7a.tar.bz2 |
Typo fix in file Include/object.h (GH-14556)
* accross -> across
* Extra space removed in comment
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/object.h b/Include/object.h index cc98d8a..a9d434b 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. */ |