diff -r cf5b910ac4c8 Doc/library/threading.rst --- a/Doc/library/threading.rst Sat Nov 15 10:58:58 2014 -0800 +++ b/Doc/library/threading.rst Mon Nov 17 10:27:13 2014 -0500 @@ -200,7 +200,7 @@ since it is impossible to detect the termination of alien threads. -.. class:: Thread(group=None, target=None, name=None, args=(), kwargs={}, *, \ +.. class:: Thread(group=None, target=None, name=None, args=(), kwargs={}, \ daemon=None) This constructor should always be called with keyword arguments. Arguments