Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehazlett committed Mar 26, 2012
1 parent 6cf88f6 commit 74702ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi/application
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ urls = (

class index:
def GET(self):
return "Hello, world... Running on web.py version :" + web.__version__
return "Hello, world... Running on web.py version: " + web.__version__

application = web.application(urls, globals()).wsgifunc()

Expand Down

0 comments on commit 74702ae

Please sign in to comment.