mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +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
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue