summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:30:01 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:30:01 (GMT)
commit4882cacab6bcaf90ac496fc8878987598e7665c1 (patch)
tree6dab1cbde4725b432bb3fd06e329d003c6a83376 /Lib/test/test_threading.py
parent52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (diff)
downloadcpython-4882cacab6bcaf90ac496fc8878987598e7665c1.zip
cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.gz
cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.bz2
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/test/test_threading.py')
-rw-r--r--Lib/test/test_threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py
index 98f01ee..4b75ea6 100644
--- a/Lib/test/test_threading.py
+++ b/Lib/test/test_threading.py
@@ -629,7 +629,7 @@ class ThreadTests(BaseTestCase):
def generator():
while 1:
- yield "genereator"
+ yield "generator"
def callback():
if callback.gen is None: