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 @@ -95,7 +95,7 @@ Glossary
9595 that it contains :keyword: `yield ` expressions for producing a series of
9696 values usable in an :keyword: `async for ` loop.
9797
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
9999 *asynchronous generator iterator * in some contexts. In cases where the
100100 intended meaning isn't clear, using the full terms avoids ambiguity.
101101
@@ -389,7 +389,7 @@ Glossary
389389 An :term: `annotation ` of a function parameter or return value.
390390
391391 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
393393 :class: `int ` arguments and is also expected to have an :class: `int `
394394 return value::
395395
You can’t perform that action at this time.
0 commit comments