From cacc14a7be9b773ab3a09922fe3bf03523d48094 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 23 Dec 2014 14:39:40 -0600 Subject: [PATCH] Removing trailing whitespace from example --- docs/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index bd76c45..ffa855c 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -397,8 +397,8 @@ The same thing in Hy:: => (optional-arg 1 2 3 4) [1 2 3 4] => (optional-arg :keyword1 1 - ... :pos2 2 - ... :pos1 3 + ... :pos2 2 + ... :pos1 3 ... :keyword2 4) [3, 2, 1, 4]