diff -r 04af288c004c Doc/reference/datamodel.rst --- a/Doc/reference/datamodel.rst Thu Jan 02 13:44:18 2014 -0500 +++ b/Doc/reference/datamodel.rst Thu Jan 02 21:38:11 2014 +0200 @@ -495,7 +495,7 @@ | :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. | | +-------------------------+-------------------------------+-----------+