Removed duplicated words in in comments and docs.

This commit is contained in:
Serhiy Storchaka 2014-12-01 18:28:43 +02:00
parent b491e0521f
commit 56a6d855e2
16 changed files with 19 additions and 19 deletions

View file

@ -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.