correct word for __annotations__ doc (closes #20110)
Patch from Claudiu Popa.
This commit is contained in:
parent
12e930f3a4
commit
002033ed63
|
@ -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…
Reference in New Issue