diff --git a/docs/language/cli.rst b/docs/language/cli.rst index 875efa5..317e233 100644 --- a/docs/language/cli.rst +++ b/docs/language/cli.rst @@ -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):