Python documents state elsewhere that a comma is not an operator, so … (GH-98736)



…calling it an operator here is confusing. See https://docs.python.org/3/reference/lexical_analysis.html#operators and https://docs.python.org/3/faq/programming.html#id22.
1 file changed