From cc163bb5dbdc6c372ef67c5c3789c392b62ac614 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 2 Dec 2008 01:12:04 +0000 Subject: fix markup --- Doc/whatsnew/3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index d5414dd..4c4ce62 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -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. -- cgit v0.12