From 344174dc776243019f3cbdc2f57c8d808aea4450 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sat, 6 Oct 2012 16:06:16 -0400 Subject: [PATCH] Fix typos. --- Doc/whatsnew/3.3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 1fef8d3cbe9..7dee076275d 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1946,10 +1946,10 @@ threading --------- :class:`threading.Condition`, :class:`threading.Semaphore`, -:class:`threading.BoundedSempaphore`, :class:`threading.Event`, and +:class:`threading.BoundedSemaphore`, :class:`threading.Event`, and :class:`threading.Timer`, all of which used to be factory functions returning a class instance, are now classes and may be subclassed. (Contributed by Éric -Araujo in :issue:`109681`). +Araujo in :issue:`10968`). The :class:`threading.Thread` constructor now accepts a ``daemon`` keyword argument to override the default behavior of inheriting the ``deamon`` flag