Skip to content

Commit 50f1e09

Browse files
authored
Update compound_stmts.rst
1 parent e908fce commit 50f1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ the built-in type :func:`range` represents immutable arithmetic sequences of int
195195
For instance, iterating ``range(3)`` successively yields 0, 1, and then 2.
196196

197197
.. versionchanged:: 3.11
198-
starred elements are now allowed in the expression list.
198+
Starred elements are now allowed in the expression list.
199199

200200

201201
.. _try:

0 commit comments

Comments
 (0)