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