File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -874,12 +874,12 @@ passed to one of these methods. For more details on when ``__class_getitem__``
874
874
is called instead of ``__getitem__ ``, see :ref: `classgetitem-versus-getitem `.
875
875
876
876
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.
880
880
881
881
.. 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 `.
883
883
884
884
For built-in objects, there are two types of objects that support subscription
885
885
via :meth: `~object.__getitem__ `:
You can’t perform that action at this time.
0 commit comments