]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Python documents state elsewhere that a comma is not an operator (GH-98736...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Oct 2022 10:15:34 +0000 (03:15 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2022 10:15:34 +0000 (12:15 +0200)
commit434943e0b461f5d4c8e772a4117bbf99e99d1fa3
tree8e017f1f86687f57284490a621160bce26a92566
parent194588decc05fa12f04cd90c3b78cc081151b19e
[3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757)

Python documents state elsewhere that a comma is not an operator, so calling it an operator here is confusing. See https://docs.python.org/3/reference/lexical_analysis.htmlGH-operators and https://docs.python.org/3/faq/programming.htmlGH-id22.
(cherry picked from commit d578aaea6257458c199328100cbb5af64c6a043e)

Co-authored-by: Gerardwx <Gerardwx@users.noreply.github.com>
Doc/reference/expressions.rst