mbr / tinyrpc

A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156 stars 53 forks source link

Fix documentation of unique_id attributes #80

Closed mivade closed 5 years ago

mivade commented 5 years ago

This fixes the erroneous labeling of the unique_id attribute in JSONRPC error and success response classes.

lnoor commented 5 years ago

Thank you for the correction.