Merge pull request #462 from jackhooper/master
Corrected --spy cmdoption (I think)
This commit is contained in:
commit
3ca89b1caa
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user