diff --git a/AUTHORS b/AUTHORS index bdae6fa..a85c55d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -96,3 +96,4 @@ * Noah Snelson * Adam Porter * Gábor Lipták +* Raymund MARTINEZ diff --git a/docs/whyhy.rst b/docs/whyhy.rst index cde6ee3..6c51650 100644 --- a/docs/whyhy.rst +++ b/docs/whyhy.rst @@ -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))