summaryrefslogtreecommitdiffstats
path: root/InternalDocs
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-06-12 12:24:43 (GMT)
committerGitHub <noreply@github.com>2024-06-12 12:24:43 (GMT)
commitce3879bd45e068f8e2a5a214acd234ca44cad53b (patch)
tree7383dc859987cad83643eac5424439dda441f607 /InternalDocs
parent97b69db167be28a33688db436551a6c3c3ea4662 (diff)
downloadcpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.zip
cpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.tar.gz
cpython-ce3879bd45e068f8e2a5a214acd234ca44cad53b.tar.bz2
Fix typos in documentation (#120338)
Diffstat (limited to 'InternalDocs')
-rw-r--r--InternalDocs/compiler.md2
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