correct word for __annotations__ doc (closes #20110)

Patch from Claudiu Popa.
This commit is contained in:
Benjamin Peterson 2014-01-02 16:47:50 -06:00
parent 12e930f3a4
commit 002033ed63
1 changed files with 1 additions and 1 deletions

View File

@ -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. | |
+-------------------------+-------------------------------+-----------+