mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -427,7 +427,7 @@ class ThreadTests(BaseTestCase):
|
|||
t.daemon = True
|
||||
self.assertIn('daemon', repr(t))
|
||||
|
||||
def test_deamon_param(self):
|
||||
def test_daemon_param(self):
|
||||
t = threading.Thread()
|
||||
self.assertFalse(t.daemon)
|
||||
t = threading.Thread(daemon=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue