diff --git a/pep-0205.txt b/pep-0205.txt index d746d7b0244..e16c2d3dc8f 100644 --- a/pep-0205.txt +++ b/pep-0205.txt @@ -185,8 +185,8 @@ Implementation Strategy ======================= The implementation of weak references will include a list of -reference containers that must be cleared for each weakly- -referencable object. If the reference is from a weak dictionary, +reference containers that must be cleared for each weakly-referencable +object. If the reference is from a weak dictionary, the dictionary entry is cleared first. Then, any associated callback is called with the object passed as a parameter. Once all callbacks have been called, the object is finalized and