From e0d37d63f703a0c461a1be2465df041a538a2973 Mon Sep 17 00:00:00 2001 From: Yigong Wang Date: Mon, 26 Mar 2018 22:47:12 -0400 Subject: [PATCH] Code review feedback --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a16477e..a77ebf2 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -26,7 +26,7 @@ Quickstart etc 6. Hit CTRL-D when you're done. -7. If you're familiar with Python, try ``hy --spy`` to check what happens inside:: +7. If you're familiar with Python, start the REPL using ``hy --spy`` to check what happens inside:: => (+ "Hyllo " "World" "!") 'Hyllo ' + 'World' + '!'