From 13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 14 Sep 2017 09:38:36 +0300 Subject: bpo-31462: Remove trailing whitespaces. (#3564) --- Objects/setobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/setobject.c') diff --git a/Objects/setobject.c b/Objects/setobject.c index 8772e58f0a..cd5d2dd83c 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -23,7 +23,7 @@ Unlike the dictionary implementation, the lookkey function can return NULL if the rich comparison returns an error. - + Use cases for sets differ considerably from dictionaries where looked-up keys are more likely to be present. In contrast, sets are primarily about membership testing where the presence of an element is not known in -- cgit v1.2.1