Fix a reST markup warning.

This commit is contained in:
Guido van Rossum 2006-06-26 18:09:41 +00:00
parent 3e857976b3
commit 7f604edfe7
1 changed files with 1 additions and 1 deletions

View File

@ -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:]").