﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28005	normalize usage of terms 'argument' and 'parameter'	Sergey Fedoseev	Levi Payne	"https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter (see for more detailed explanation)
> What is the difference between arguments and parameters?
> Parameters are defined by the names that appear in a function definition, whereas arguments are the values actually passed to a function when calling it.

Example of incorrect term usage: https://github.com/django/django/blob/6b3724fa1116c0949a6e0cd3e0dd55959a3abd93/docs/releases/2.0.txt#L75"	Cleanup/optimization	closed	Documentation	dev	Normal	wontfix			Accepted	1	0	0	0	1	0
