summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-08-04 18:34:59 -0500
committerJeff Epler <jepler@gmail.com>2020-08-04 18:42:09 -0500
commit93b373d617ff7a99eb936628d50d954f5db53f43 (patch)
tree5d3e5c90aa71616780cb5aefeaa379ef210709d7 /locale/circuitpython.pot
parent6669cedf5ba257c23218a680e2b1d054de5179fb (diff)
"pop from empty %q"
Saves 12 bytes code on trinket m0
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot5
1 files changed, 2 insertions, 3 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index e40b8a614..fb9869bd4 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-08-04 13:58-0500\n"
+"POT-Creation-Date: 2020-08-04 18:42-0500\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"
@@ -2894,8 +2894,7 @@ msgstr ""
#: ports/nrf/common-hal/pulseio/PulseIn.c
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
#: shared-bindings/ps2io/Ps2.c
-#, c-format
-msgid "pop from empty %s"
+msgid "pop from empty %q"
msgstr ""
#: py/objint_mpz.c