This commit is contained in:
Benjamin Peterson 2014-01-02 16:48:24 -06:00
commit 8ec15f7a92

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