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