From: Benjamin Peterson Date: Thu, 2 Jan 2014 22:47:50 +0000 (-0600) Subject: correct word for __annotations__ doc (closes #20110) X-Git-Tag: v3.4.0b2~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=002033ed6396ef9062a925b34c889ccd6b16c1ec;p=thirdparty%2FPython%2Fcpython.git correct word for __annotations__ doc (closes #20110) Patch from Claudiu Popa. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index b2847a03a74f..22cac070306f 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. | | +-------------------------+-------------------------------+-----------+