Skip to content

Commit

Permalink
trying to get bad cache out
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv authored and anandology committed Jan 5, 2011
1 parent b659bdc commit 39a29fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -19,7 +19,7 @@ title: About web.py
class hello:
def GET(self, name):
if not name:
name = 'world'
name = 'World'
return 'Hello, ' + name + '!'

if __name__ == "__main__":
Expand Down

0 comments on commit 39a29fe

Please sign in to comment.