File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1495,7 +1495,7 @@ Is semantically equivalent to::
14951495 else:
14961496 SUITE2
14971497
1498- See also :meth: `__aiter__ ` and :meth: `__anext__ ` for details.
1498+ See also :meth: `~object. __aiter__ ` and :meth: `~object. __anext__ ` for details.
14991499
15001500It is a :exc: `SyntaxError ` to use an ``async for `` statement outside the
15011501body of a coroutine function.
@@ -1537,7 +1537,7 @@ is semantically equivalent to::
15371537 if not hit_except:
15381538 await aexit(manager, None, None, None)
15391539
1540- See also :meth: `__aenter__ ` and :meth: `__aexit__ ` for details.
1540+ See also :meth: `~object. __aenter__ ` and :meth: `~object. __aexit__ ` for details.
15411541
15421542It is a :exc: `SyntaxError ` to use an ``async with `` statement outside the
15431543body of a coroutine function.
You can’t perform that action at this time.
0 commit comments