From 002033ed6396ef9062a925b34c889ccd6b16c1ec Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 2 Jan 2014 16:47:50 -0600 Subject: correct word for __annotations__ doc (closes #20110) Patch from Claudiu Popa. --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index b2847a0..22cac07 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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. | | +-------------------------+-------------------------------+-----------+ -- cgit v0.12