src/protobuf: fix small typo in docstring

pull/25/head
Roman Zeyde 6 years ago committed by Pavol Rusnak
parent 3971f4bf13
commit 8a8b66c9cb

@ -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:

Loading…
Cancel
Save