Merge pull request #462 from jackhooper/master

Corrected --spy cmdoption (I think)
This commit is contained in:
Morten Linderud 2014-01-19 19:36:50 -08:00
commit 3ca89b1caa

View File

@ -20,7 +20,7 @@ Command line options
.. cmdoption:: --spy
Print equivalent Hy code before executing. For example::
Print equivalent Python code before executing. For example::
=> (defn salutationsnm [name] (print (+ "Hy " name "!")))
def salutationsnm(name):