diff options
author | Xie Yanbo <xieyanbo@gmail.com> | 2024-06-12 12:24:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 12:24:43 (GMT) |
commit | ce3879bd45e068f8e2a5a214acd234ca44cad53b (patch) | |
tree | 7383dc859987cad83643eac5424439dda441f607 /InternalDocs | |
parent | 97b69db167be28a33688db436551a6c3c3ea4662 (diff) | |
download | cpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.zip cpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.tar.gz cpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.tar.bz2 |
Fix typos in documentation (#120338)
Diffstat (limited to 'InternalDocs')
-rw-r--r-- | InternalDocs/compiler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md index 0abc10d..17fe0df 100644 --- a/InternalDocs/compiler.md +++ b/InternalDocs/compiler.md @@ -625,7 +625,7 @@ Objects * [Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md): Describes the location table * [Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md): Describes the frame stack -* [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Descibes object layout for 3.11 and later +* [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Describes object layout for 3.11 and later * [Exception Handling](exception_handling.md): Describes the exception table |