mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-08 13:42:41 +00:00
src/protobuf: fix small typo in docstring
This commit is contained in:
parent
3971f4bf13
commit
8a8b66c9cb
@ -2,7 +2,7 @@
|
|||||||
Extremely minimal streaming codec for a subset of protobuf. Supports uint32,
|
Extremely minimal streaming codec for a subset of protobuf. Supports uint32,
|
||||||
bytes, string, embedded message and repeated fields.
|
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:
|
interface is required:
|
||||||
|
|
||||||
>>> class AsyncReader:
|
>>> class AsyncReader:
|
||||||
|
Loading…
Reference in New Issue
Block a user