From d15a0f541b09f0031e8a74ad2fccb2e9bfb595c9 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Fri, 12 Apr 2019 20:15:54 +0900 Subject: [PATCH] Remove "needs python 3.5+" from async iter section --- docs/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index ed182f93d..f740f82ba 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()