Fix misplaced #@
tag macro
This commit is contained in:
parent
6cc4c233b4
commit
dd212cdd1b
@ -105,7 +105,7 @@ in Hy::
|
||||
(import cherrypy)
|
||||
|
||||
(defclass HelloWorld []
|
||||
(#@ cherrypy.expose (defn index [self]
|
||||
#@(cherrypy.expose (defn index [self]
|
||||
"Hello World!")))
|
||||
|
||||
(cherrypy.quickstart (HelloWorld))
|
||||
|
Loading…
Reference in New Issue
Block a user