File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Glossary
99
99
that it contains :keyword: `yield ` expressions for producing a series of
100
100
values usable in an :keyword: `async for ` loop.
101
101
102
- Usually refers to a asynchronous generator function, but may refer to an
102
+ Usually refers to an asynchronous generator function, but may refer to an
103
103
*asynchronous generator iterator * in some contexts. In cases where the
104
104
intended meaning isn't clear, using the full terms avoids ambiguity.
105
105
@@ -393,7 +393,7 @@ Glossary
393
393
An :term: `annotation ` of a function parameter or return value.
394
394
395
395
Function annotations are usually used for
396
- :term: `type hints <type hint> `: for example this function is expected to take two
396
+ :term: `type hints <type hint> `: for example, this function is expected to take two
397
397
:class: `int ` arguments and is also expected to have an :class: `int `
398
398
return value::
399
399
You can’t perform that action at this time.
0 commit comments