Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Sep 24, 2024
1 parent 357783d commit d724cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/garbage-collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ an unreachable cycle, or none of it.
In order to make sure that the whole of any unreachable cycle is contained in an
increment, all unscanned objects reachable from any object in the increment must
be included in the increment.
Thus, to form a complete increment we perform a
Thus, to form a complete increment we perform a
`transitive closure <https://en.wikipedia.org/wiki/Transitive_closure>`_
over reachable, unscanned objects from the initial increment.
We can exclude scanned objects, as they must have been reachable when scanned.
Expand Down

0 comments on commit d724cfa

Please sign in to comment.