From 74ef1074ed3747778cdde78af47f17d31743a3fd Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:16:52 +0100 Subject: [PATCH] PEP 205: Resolve dangling hyphens --- pep-0205.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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