Commit f7aea962 authored by Benjamin Peterson's avatar Benjamin Peterson

fix markup

parent 7f9cb4df
......@@ -265,7 +265,7 @@ Additions
(a, b, *rest) = range(5)
This sets *a* to 0, *b* to 1, and *rest to ``[2, 3, 4]``.
This sets *a* to 0, *b* to 1, and \*rest to ``[2, 3, 4]``.
* Dictionary comprehensions: ``{k: v for k, v in stuff}`` means the
same thing as ``dict(stuff)`` but is more flexible.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment