diff options
| author | apple502j <[email protected]> | 2019-04-12 20:15:54 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-12 20:15:54 +0900 |
| commit | d15a0f541b09f0031e8a74ad2fccb2e9bfb595c9 (patch) | |
| tree | 8a13a0e8ee4b149eac9fd180cdd2abcda3b5c019 /docs | |
| parent | [tasks] Add before_loop and after_loop decorators (diff) | |
| download | discord.py-d15a0f541b09f0031e8a74ad2fccb2e9bfb595c9.tar.xz discord.py-d15a0f541b09f0031e8a74ad2fccb2e9bfb595c9.zip | |
Remove "needs python 3.5+" from async iter section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index ed182f93..f740f82b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1390,8 +1390,7 @@ Certain utilities make working with async iterators easier, detailed below. .. describe:: async for x in y - Iterates over the contents of the async iterator. Note - that this is only available in Python 3.5 or higher. + Iterates over the contents of the async iterator. .. comethod:: next() |