summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorHeinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com>2023-09-20 16:58:23 (GMT)
committerGitHub <noreply@github.com>2023-09-20 16:58:23 (GMT)
commitef6d475db3af4d30a3104fa6301dcd36c71eacab (patch)
treeb103eebc681bc79f345aabbeaa7802c1d5eda093 /Objects
parent32ffe58c1298b0082ff6fe96ad45c4efe49f4338 (diff)
downloadcpython-ef6d475db3af4d30a3104fa6301dcd36c71eacab.zip
cpython-ef6d475db3af4d30a3104fa6301dcd36c71eacab.tar.gz
cpython-ef6d475db3af4d30a3104fa6301dcd36c71eacab.tar.bz2
Fix typos in docs and comments (#109619)
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object_layout.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object_layout.md b/Objects/object_layout.md
index 4430790..3f7d72e 100644
--- a/Objects/object_layout.md
+++ b/Objects/object_layout.md
@@ -36,7 +36,7 @@ and the ``dict`` field points to the dictionary.
## 3.12 pre-header
-In 3.12 the the pointer to the list of weak references is added to the
+In 3.12 the pointer to the list of weak references is added to the
pre-header. In order to make space for it, the ``dict`` and ``values``
pointers are combined into a single tagged pointer: