Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/controlflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Python 中的 `for`_ 语句和 C 或 Pascal 中的略有不同。通常的循环
.. index::
statement: **

以同样的方式,可以使用 ``**`` 操作符分拆关键字参数为字典::
以同样的方式,可以使用 ``**`` 操作符将字典拆分为关键字参数::

>>> def parrot(voltage, state='a stiff', action='voom'):
... print("-- This parrot wouldn't", action, end=' ')
Expand Down