From 3dabc1a72ad5897df5f28d7fa55f8dac515ed689 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Mon, 8 Apr 2013 12:03:42 -0400 Subject: [PATCH] Update example to be more relevant to users --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e15ecbe..c494c39 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -26,7 +26,7 @@ OMG! That's amazing! I want to write a hy program. 7. open up an elite programming editor 8. type:: - (print "hy is the BEST!") + (print "i was going to code in python syntax, but then i got hy") 9. save as ``test_program_of_awesome.hy`` 10. run::