Fix a reST markup warning.
This commit is contained in:
parent
3e857976b3
commit
7f604edfe7
|
@ -221,7 +221,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