mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
correct word for __annotations__ doc (closes #20110)
Patch from Claudiu Popa.
This commit is contained in:
parent
12e930f3a4
commit
002033ed63
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ Callable types
|
|||
| :attr:`__annotations__` | A dict containing annotations | Writable |
|
||||
| | of parameters. The keys of | |
|
||||
| | the dict are the parameter | |
|
||||
| | names, or ``'return'`` for | |
|
||||
| | names, and ``'return'`` for | |
|
||||
| | the return annotation, if | |
|
||||
| | provided. | |
|
||||
+-------------------------+-------------------------------+-----------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue