Typo correction

"simply" not "simple"
This commit is contained in:
Erik Montes
2013-10-08 17:55:31 -07:00
parent a5711bd933
commit c8a20b0d32
+1 -1
View File
@@ -15,7 +15,7 @@ def index():
example action using the internationalization operator T and flash
rendered by views/default/index.html or views/generic.html
if you need a simple wiki simple replace the two lines below with:
if you need a simple wiki simply replace the two lines below with:
return auth.wiki()
"""
response.flash = T("Welcome to web2py!")