Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In Python 3.6+, you can write a native async generator like this::

Here's the same thing written with this library, which works on Python 3.5+::

from async_generator import async_generator, yield
from async_generator import async_generator, yield_

@async_generator
async def load_json_lines(stream_reader):
Expand Down