mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
This commit is contained in:
parent
68f323715e
commit
3f819ca138
34 changed files with 128 additions and 124 deletions
|
|
@ -572,8 +572,8 @@ or tuple::
|
|||
.. index::
|
||||
single: **; in function calls
|
||||
|
||||
In the same fashion, dictionaries can deliver keyword arguments with the ``**``\
|
||||
-operator::
|
||||
In the same fashion, dictionaries can deliver keyword arguments with the
|
||||
``**``\ -operator::
|
||||
|
||||
>>> def parrot(voltage, state='a stiff', action='voom'):
|
||||
... print("-- This parrot wouldn't", action, end=' ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue