Code review feedback

This commit is contained in:
Yigong Wang 2018-03-26 22:47:12 -04:00
parent 950c1973e4
commit e0d37d63f7
1 changed files with 1 additions and 1 deletions

View File

@ -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' + '!'