New submission from J Arun Mani <j.arunm...@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@python
components: Documentation
messages: 370616
nosy: J Arun Mani, docs@python
priority: normal
severity: normal
status: open
title: Misleading line in documentation

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to