diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-07-24 12:37:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 12:37:09 -0700 |
| commit | a6e048686fe6999c4231582b7d9e69a7dc679257 (patch) | |
| tree | 24d31afd3d901bb0cc15a000226af520a8628a6c /locale/circuitpython.pot | |
| parent | a5725941a038af87c36afe8bc6a5a5e983e597a5 (diff) | |
| parent | e9b4e0bd35b6c3024a662580e547df62ab95acd1 (diff) | |
Merge pull request #3178 from WarriorOfWire/async_def_coroutine_sim
add coroutine behavior for generators
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index d156b6868..4d3a87706 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-07-17 18:03-0700\n" +"POT-Creation-Date: 2020-07-21 18:43-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -234,6 +234,10 @@ msgstr "" msgid "'continue' outside loop" msgstr "" +#: py/objgenerator.c +msgid "'coroutine' object is not an iterator" +msgstr "" + #: py/compile.c msgid "'data' requires at least 2 arguments" msgstr "" |
