From 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 1 Dec 2014 18:28:43 +0200 Subject: Removed duplicated words in in comments and docs. --- Lib/asyncio/futures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/asyncio/futures.py') diff --git a/Lib/asyncio/futures.py b/Lib/asyncio/futures.py index 40662a328d..19e79189dc 100644 --- a/Lib/asyncio/futures.py +++ b/Lib/asyncio/futures.py @@ -61,7 +61,7 @@ class _TracebackLogger: the Future is collected, and the helper is present, the helper object is also collected, and its __del__() method will log the traceback. When the Future's result() or exception() method is - called (and a helper object is present), it removes the the helper + called (and a helper object is present), it removes the helper object, after calling its clear() method to prevent it from logging. -- cgit v1.2.1