We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731909e commit d578aaeCopy full SHA for d578aae
Doc/reference/expressions.rst
@@ -154,7 +154,7 @@ tuple may or may not yield the same object).
154
single: , (comma)
155
156
Note that tuples are not formed by the parentheses, but rather by use of the
157
-comma operator. The exception is the empty tuple, for which parentheses *are*
+comma. The exception is the empty tuple, for which parentheses *are*
158
required --- allowing unparenthesized "nothing" in expressions would cause
159
ambiguities and allow common typos to pass uncaught.
160
0 commit comments