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
a9655b7f
Commit
a9655b7f
authored
Nov 13, 2018
by
Windson yang
Committed by
Miss Islington (bot)
Nov 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve grammar in Glossary. (GH-10474)
a asynchronous generator -> an asynchronous generator
parent
7610f4fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/glossary.rst
Doc/glossary.rst
+2
-2
No files found.
Doc/glossary.rst
View file @
a9655b7f
...
...
@@ -99,7 +99,7 @@ Glossary
that it contains :keyword:`yield` expressions for producing a series of
values usable in an :keyword:`async for` loop.
Usually refers to a asynchronous generator function, but may refer to an
Usually refers to a
n
asynchronous generator function, but may refer to an
*asynchronous generator iterator* in some contexts. In cases where the
intended meaning isn'
t
clear
,
using
the
full
terms
avoids
ambiguity
.
...
...
@@ -393,7 +393,7 @@ Glossary
An :term:`annotation` of a function parameter or return value.
Function annotations are usually used for
:term:`type hints <type hint>`: for example this function is expected to take two
:term:`type hints <type hint>`: for example
,
this function is expected to take two
:class:`int` arguments and is also expected to have an :class:`int`
return value::
...
...
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