diff options
author | Marat Sharafutdinov <decaz89@gmail.com> | 2024-10-24 05:04:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 19:04:49 -0700 |
commit | c35b33bfb7c491dfbdd40195d70dcfc4618265db (patch) | |
tree | 5685a40ce24692f3ba7244b5da8743194920bbb6 /InternalDocs | |
parent | d3be6f945a4def7d123b2ef4d11d59abcdd3e446 (diff) | |
download | cpython-c35b33bfb7c491dfbdd40195d70dcfc4618265db.tar.gz cpython-c35b33bfb7c491dfbdd40195d70dcfc4618265db.zip |
Fix typo in garbage_collector.md (#125556)
Diffstat (limited to 'InternalDocs')
-rw-r--r-- | InternalDocs/garbage_collector.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index a6ee5c09e19..d624cf4befd 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -56,7 +56,7 @@ Starting in version 3.13, CPython contains two GC implementations: performing a collection for thread safety. Both implementations use the same basic algorithms, but operate on different -data structures. The the section on +data structures. See the section on [Differences between GC implementations](#Differences-between-GC-implementations) for the details. |