Skip to content

Commit c35b33b

Browse files
authored
Fix typo in garbage_collector.md (#125556)
1 parent d3be6f9 commit c35b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/garbage_collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Starting in version 3.13, CPython contains two GC implementations:
5656
performing a collection for thread safety.
5757

5858
Both implementations use the same basic algorithms, but operate on different
59-
data structures. The the section on
59+
data structures. See the section on
6060
[Differences between GC implementations](#Differences-between-GC-implementations)
6161
for the details.
6262

0 commit comments

Comments
 (0)