[New-bugs-announce] [issue40846] Misleading line in documentation

J Arun Mani report at bugs.python.org
Tue Jun 2 14:23:09 EDT 2020


New submission from J Arun Mani <j.arunmani at protonmail.com>:

Hi.

 In docs : https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter it says "Parameters define what types of arguments a function can accept."
 This is not true. Python's functions do not impose any type checking or raise error when the argument's type is not matching it's type hint. Please change the line to a better one. Maybe "Parameters define the names that will hold the supplied arguments."

Thanks ^^

----------
assignee: docs at python
components: Documentation
messages: 370616
nosy: J Arun Mani, docs at python
priority: normal
severity: normal
status: open
title: Misleading line in documentation

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40846>
_______________________________________


More information about the New-bugs-announce mailing list