1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-01 18:30:56 +00:00

src/protobuf: fix small typo in docstring

This commit is contained in:
Roman Zeyde 2018-03-08 18:32:19 +02:00 committed by Pavol Rusnak
parent 3971f4bf13
commit 8a8b66c9cb

View File

@ -2,7 +2,7 @@
Extremely minimal streaming codec for a subset of protobuf. Supports uint32,
bytes, string, embedded message and repeated fields.
For de-sererializing (loading) protobuf types, object with `AsyncReader`
For de-serializing (loading) protobuf types, object with `AsyncReader`
interface is required:
>>> class AsyncReader: