From 22370b9fcca59947cb7a9df907936eaa5806562e Mon Sep 17 00:00:00 2001 From: "Joe H. Rahme" Date: Fri, 21 Jun 2013 17:30:23 +0200 Subject: [PATCH] Removes the repetition of the comment section in the tutorial --- docs/tutorial.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index ed5a96e..0c3838b 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -326,14 +326,6 @@ example: (os.mkdir "/tmp/somedir/anotherdir") (print "Hey, that path isn't there!")) -Comments start with semicolons: - -.. code-block:: clj - - (print "this will run") - ; (print "but this will not") - (+ 1 2 3) ; we'll execute the addition, but not this comment! - Python's context managers ('with' statements) are used like this: .. code-block:: clj