Skip to content

Commit ae1d67d

Browse files
committed
Cleanups
1 parent a078be5 commit ae1d67d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/reference/expressions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,12 +874,12 @@ passed to one of these methods. For more details on when ``__class_getitem__``
874874
is called instead of ``__getitem__``, see :ref:`classgetitem-versus-getitem`.
875875

876876
If the expression list contains at least one comma, or if any of the expressions
877-
is starred, the expression list will evaluate to a :class:`tuple` containing the
878-
items of the expression list. Otherwise, the expression list will evaluate to
879-
the value of the list's sole member.
877+
are starred, the expression list will evaluate to a :class:`tuple` containing
878+
the items of the expression list. Otherwise, the expression list will evaluate
879+
to the value of the list's sole member.
880880

881881
.. versionchanged:: 3.11
882-
Expressions in an expression list may be starred. See :pep:`646` for details.
882+
Expressions in an expression list may be starred. See :pep:`646`.
883883

884884
For built-in objects, there are two types of objects that support subscription
885885
via :meth:`~object.__getitem__`:

0 commit comments

Comments
 (0)