bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)

This commit is contained in:
Serhiy Storchaka 2018-10-31 02:26:06 +02:00 committed by GitHub
parent 68f323715e
commit 3f819ca138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 128 additions and 124 deletions

View file

@ -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=' ')