Hi,
2015-02-12 12:51 GMT+01:00 Luciano Ramalho <[email protected]>:
> This is more visible than a sentence like "This method is a
> coroutine." buried somewhere in its description.
We should keep this sentence *and* add the return type in the doc.
I tried to add " -> coroutine":
.. method:: BaseEventLoop.create_connection(...) -> coroutine
It works in Sphinx. But I don't know if it is the chosen syntax to
indicate the return type.
> The notation "-> {{coroutine}}" is just a stand-in for now.
I don't understand "{{". It looks like a set of set. I prefer just "->
coroutine".
Victor