diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-11-27 15:36:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 15:36:04 -0800 |
| commit | 83ecb1b65e24d970833d17d8322230ba05c5d527 (patch) | |
| tree | 8879176ac3119b850d32bc9f3050aaead8c3ebee /locale/circuitpython.pot | |
| parent | d9c808d93886cbe071b4e1acd3730cf508dac3df (diff) | |
| parent | ae52ec7c8591450b4953426f6bc21fe17d221531 (diff) | |
Merge pull request #2331 from dhalbert/uart-blocking-and-timeout
make UART.write be blocking on SAMD; add timeout property
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 24278f33c..a24ab186a 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: 2019-11-21 16:50-0800\n" +"POT-Creation-Date: 2019-11-27 14:54-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" @@ -2423,12 +2423,8 @@ msgstr "" msgid "time.struct_time() takes a 9-sequence" msgstr "" -#: shared-bindings/time/__init__.c -msgid "time.struct_time() takes exactly 1 argument" -msgstr "" - #: shared-bindings/busio/UART.c -msgid "timeout >100 (units are now seconds, not msecs)" +msgid "timeout must be 0.0-100.0 seconds" msgstr "" #: shared-bindings/_bleio/CharacteristicBuffer.c |
