mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typo in garbage_collector.md (#125556)
This commit is contained in:
parent
d3be6f945a
commit
c35b33bfb7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue