mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
52a3b74900
commit
4882cacab6
19 changed files with 22 additions and 22 deletions
|
@ -629,7 +629,7 @@ class ThreadTests(BaseTestCase):
|
|||
|
||||
def generator():
|
||||
while 1:
|
||||
yield "genereator"
|
||||
yield "generator"
|
||||
|
||||
def callback():
|
||||
if callback.gen is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue