summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-02 16:47:50 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-02 16:47:50 -0600
commit002033ed6396ef9062a925b34c889ccd6b16c1ec (patch)
treebc4a2ff1487122773bf75ce466053deecd425b6d /Doc
parent12e930f3a4fd84bde01c67976f108000e704d835 (diff)
downloadcpython-git-002033ed6396ef9062a925b34c889ccd6b16c1ec.tar.gz
correct word for __annotations__ doc (closes #20110)
Patch from Claudiu Popa.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index b2847a03a7..22cac07030 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. | |
+-------------------------+-------------------------------+-----------+