commit | e2eacc02bcc9f8977f5f3cea6243f236c508b772 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 03:04:04 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 03:04:04 2016 +0000 |
tree | 2789ca7368ea04bd2a705ac76afefa2defc0efb6 | |
parent | 801110b30319a8ab1f8f29eedbac3798b03afb55 [diff] [blame] |
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index ac14e66..4c21e6b 100644 --- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py
@@ -739,7 +739,7 @@ def generator(): while 1: - yield "genereator" + yield "generator" def callback(): if callback.gen is None: