Commit edaeb9ed authored by Benjamin Peterson's avatar Benjamin Peterson

correct word for __annotations__ doc (closes #20110)

Patch from Claudiu Popa.
parent c9ee49cd
......@@ -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. | |
+-------------------------+-------------------------------+-----------+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment