Skip to content

Commit 65d8411

Browse files
committed
README fix.
1 parent 204918e commit 65d8411

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ timestamps. MicroPython does not support the `datetime` module. There are also
9898
issues with platforms differing in their time handling, notably the epoch. On a
9999
microcontroller it is simple to send the integer result from `time.time()` or
100100
even `time.time_ns()`. Python 2 support is removed. The code will run under
101-
Python 3. In practice there is little reason to do so when the original works
102-
perfectly well on a PC.
101+
Python 3.
103102

104103
Supported types are fully compliant with a subset of the latest
105104
[MessagePack specification](https://github.com/msgpack/msgpack/blob/master/spec.md).

0 commit comments

Comments
 (0)