From: Marat Sharafutdinov Date: Thu, 24 Oct 2024 02:04:49 +0000 (+0300) Subject: Fix typo in garbage_collector.md (#125556) X-Git-Tag: v3.14.0a2~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c35b33bfb7c491dfbdd40195d70dcfc4618265db;p=thirdparty%2FPython%2Fcpython.git Fix typo in garbage_collector.md (#125556) --- diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index a6ee5c09e19e..d624cf4befd3 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.