[docs] [issue20110] Misleading word used for __annotations__

Claudiu.Popa report at bugs.python.org
Thu Jan 2 20:41:53 CET 2014


New submission from Claudiu.Popa:

The documentation for `__annotations__` specify that the dict contains the parameter names ``or`` the return, but this is misleading, because `return` exists even if the parameter keys are present.

----------
assignee: docs at python
components: Documentation
files: doc_annotation.patch
keywords: patch
messages: 207183
nosy: Claudiu.Popa, docs at python
priority: normal
severity: normal
status: open
title: Misleading word used for __annotations__
versions: Python 3.4
Added file: http://bugs.python.org/file33297/doc_annotation.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20110>
_______________________________________


More information about the docs mailing list