File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1495,7 +1495,7 @@ Is semantically equivalent to::
1495
1495
else:
1496
1496
SUITE2
1497
1497
1498
- See also :meth: `__aiter__ ` and :meth: `__anext__ ` for details.
1498
+ See also :meth: `~object. __aiter__ ` and :meth: `~object. __anext__ ` for details.
1499
1499
1500
1500
It is a :exc: `SyntaxError ` to use an ``async for `` statement outside the
1501
1501
body of a coroutine function.
@@ -1537,7 +1537,7 @@ is semantically equivalent to::
1537
1537
if not hit_except:
1538
1538
await aexit(manager, None, None, None)
1539
1539
1540
- See also :meth: `__aenter__ ` and :meth: `__aexit__ ` for details.
1540
+ See also :meth: `~object. __aenter__ ` and :meth: `~object. __aexit__ ` for details.
1541
1541
1542
1542
It is a :exc: `SyntaxError ` to use an ``async with `` statement outside the
1543
1543
body of a coroutine function.
You can’t perform that action at this time.
0 commit comments