Issue #23943: Fix typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Berker Peksag 2015-04-14 09:30:01 +03:00
parent 52a3b74900
commit 4882cacab6
19 changed files with 22 additions and 22 deletions

View file

@ -629,7 +629,7 @@ class ThreadTests(BaseTestCase):
def generator():
while 1:
yield "genereator"
yield "generator"
def callback():
if callback.gen is None: