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
d689f976
Commit
d689f976
authored
Jun 09, 2018
by
Andrés Delfino
Committed by
Mariatta
Jun 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove hyphens from phrase "picks up where it left off" (GH-7410)
parent
0e0534c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/glossary.rst
Doc/glossary.rst
+3
-3
No files found.
Doc/glossary.rst
View file @
d689f976
...
...
@@ -114,7 +114,7 @@ Glossary
location
execution
state
(
including
local
variables
and
pending
try
-
statements
).
When
the
*
asynchronous
generator
iterator
*
effectively
resumes
with
another
awaitable
returned
by
:
meth
:`
__anext__
`,
it
picks
-
up
where
it
left
-
off
.
See
:
pep
:`
492
`
and
:
pep
:`
525
`.
picks
up
where
it
left
off
.
See
:
pep
:`
492
`
and
:
pep
:`
525
`.
asynchronous
iterable
An
object
,
that
can
be
used
in
an
:
keyword
:`
async
for
`
statement
.
...
...
@@ -435,8 +435,8 @@ Glossary
Each
:
keyword
:`
yield
`
temporarily
suspends
processing
,
remembering
the
location
execution
state
(
including
local
variables
and
pending
try
-
statements
).
When
the
*
generator
iterator
*
resumes
,
it
picks
-
up
where
it
left
-
off
(
in
contrast
to
functions
which
start
fresh
on
every
try
-
statements
).
When
the
*
generator
iterator
*
resumes
,
it
picks
up
where
it
left
off
(
in
contrast
to
functions
which
start
fresh
on
every
invocation
).
..
index
::
single
:
generator
expression
...
...
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