Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation error SetReply::asset() #114

Open
petoknm opened this issue Aug 13, 2017 · 0 comments
Open

Documentation error SetReply::asset() #114

petoknm opened this issue Aug 13, 2017 · 0 comments

Comments

@petoknm
Copy link

petoknm commented Aug 13, 2017

I stumbled upon this error in documentation, the set reply is said to have a method asset() that returns a set but it is implemented as a coroutine and therefore it returns a future of set and that means that the user of the API has to put s = await reply.asset() and not just s = reply.asset(). Other places in the documentation seem to mention that stuff is a coroutine by specifying a return type of future but this one doesn't.
screenshot_20170813_104822
screenshot_20170813_104856

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant