Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c8bb467f
Commit
c8bb467f
authored
Oct 14, 2018
by
Andrés Delfino
Committed by
Andrew Svetlov
Oct 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update compound_stmts.rst (#9864)
parent
b11c5667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/reference/compound_stmts.rst
Doc/reference/compound_stmts.rst
+4
-4
No files found.
Doc/reference/compound_stmts.rst
View file @
c8bb467f
...
@@ -765,8 +765,8 @@ Is semantically equivalent to::
...
@@ -765,8 +765,8 @@ Is semantically equivalent to::
See also :meth:`__aiter__` and :meth:`__anext__` for details.
See also :meth:`__aiter__` and :meth:`__anext__` for details.
It is a :exc:`SyntaxError` to use
``async for`` statement outside of an
It is a :exc:`SyntaxError` to use
an ``async for`` statement outside of a
:keyword:`async def` function
.
coroutine
.
.. index:: statement: async with
.. index:: statement: async with
...
@@ -803,8 +803,8 @@ Is semantically equivalent to::
...
@@ -803,8 +803,8 @@ Is semantically equivalent to::
See also :meth:`__aenter__` and :meth:`__aexit__` for details.
See also :meth:`__aenter__` and :meth:`__aexit__` for details.
It is a :exc:`SyntaxError` to use
``async with`` statement outside of an
It is a :exc:`SyntaxError` to use
an ``async with`` statement outside of a
:keyword:`async def` function
.
coroutine
.
.. seealso::
.. seealso::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment