We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0a33b commit 2690a1aCopy full SHA for 2690a1a
Doc/reference/expressions.rst
@@ -1890,8 +1890,9 @@ the unpacking.
1890
1891
.. index:: pair: trailing; comma
1892
1893
-The trailing comma is required only to create a single tuple (a.k.a. a
1894
-*singleton*); it is optional in all other cases. A single expression without a
+A trailing comma is required only to create a one-item tuple,
+such as ``1,``; it is optional in all other cases.
1895
+A single expression without a
1896
trailing comma doesn't create a tuple, but rather yields the value of that
1897
expression. (To create an empty tuple, use an empty pair of parentheses:
1898
``()``.)
0 commit comments