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

@ -306,7 +306,7 @@ the same library that the Python runtime is using.
Evaluate a precompiled code object, given a particular environment for its
evaluation. This environment consists of a dictionary of global variables,
a mapping object of local variables, arrays of arguments, keywords and
defaults, a dictionary of default values for :ref:`keyword-only\
defaults, a dictionary of default values for :ref:`keyword-only
<keyword-only_parameter>` arguments and a closure tuple of cells.