https://github.com/python/cpython/commit/c35b33bfb7c491dfbdd40195d70dcfc4618265db
commit: c35b33bfb7c491dfbdd40195d70dcfc4618265db
branch: main
author: Marat Sharafutdinov <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-10-23T19:04:49-07:00
summary:

Fix typo in garbage_collector.md (#125556)

files:
M InternalDocs/garbage_collector.md

diff --git a/InternalDocs/garbage_collector.md 
b/InternalDocs/garbage_collector.md
index a6ee5c09e19efd..d624cf4befd31a 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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to