File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Glossary
9999 that it contains :keyword: `yield ` expressions for producing a series of
100100 values usable in an :keyword: `async for ` loop.
101101
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
103103 *asynchronous generator iterator * in some contexts. In cases where the
104104 intended meaning isn't clear, using the full terms avoids ambiguity.
105105
@@ -393,7 +393,7 @@ Glossary
393393 An :term: `annotation ` of a function parameter or return value.
394394
395395 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
397397 :class: `int ` arguments and is also expected to have an :class: `int `
398398 return value::
399399
You can’t perform that action at this time.
0 commit comments