PEP 3103: Resolve uses of the default role (#3382)
This commit is contained in:
parent
cc78d2150d
commit
e14830b96a
|
@ -232,7 +232,7 @@ like this::
|
|||
|
||||
case [*]EXPR, [*]EXPR, ...:
|
||||
|
||||
The `*` notation is similar to the use of prefix `*` already in use for
|
||||
The ``*`` notation is similar to the use of prefix ``*`` already in use for
|
||||
variable-length parameter lists and for passing computed argument
|
||||
lists, and often proposed for value-unpacking (e.g. ``a, b, *c = X`` as
|
||||
an alternative to ``(a, b), c = X[:2], X[2:]``).
|
||||
|
|
Loading…
Reference in New Issue