Merge pull request #1553 from waigx/docs/quickstart

Make description in the quickstart more clean
This commit is contained in:
Kodi Arfer 2018-03-28 07:26:40 -07:00 committed by GitHub
commit d4936c29ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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