From c5dbc39ee155b8079cfba57f6273be4ec47dc798 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 9 May 2013 16:02:25 -0500 Subject: [PATCH] Fixing documentation error with extra double-colon --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3d6d9e0..1fcb3e5 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -409,7 +409,7 @@ The same thing in Hy:: See how we use kwapply to handle the fancy pssing? :) There's also a dictionary-style keyword arguments construction that -looks like:: +looks like: .. code-block:: clj