[Python-checkins] r47108 - peps/trunk/pep-3103.txt

guido.van.rossum python-checkins at python.org
Mon Jun 26 20:09:41 CEST 2006


Author: guido.van.rossum
Date: Mon Jun 26 20:09:41 2006
New Revision: 47108

Modified:
   peps/trunk/pep-3103.txt
Log:
Fix a reST markup warning.


Modified: peps/trunk/pep-3103.txt
==============================================================================
--- peps/trunk/pep-3103.txt	(original)
+++ peps/trunk/pep-3103.txt	Mon Jun 26 20:09:41 2006
@@ -221,7 +221,7 @@
 
     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:]").


More information about the Python-checkins mailing list