]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in garbage_collector.md (#125556)
authorMarat Sharafutdinov <decaz89@gmail.com>
Thu, 24 Oct 2024 02:04:49 +0000 (05:04 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 02:04:49 +0000 (19:04 -0700)
InternalDocs/garbage_collector.md

index a6ee5c09e19efd8fed37c5ceb3b1f39a86a7f696..d624cf4befd31a86d4f0387a7b4b9dc470b87ced 100644 (file)
@@ -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.