mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Remove "needs python 3.5+" from async iter section
This commit is contained in:
parent
e46842a7cd
commit
d15a0f541b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user