Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Corrects a typo in the gae module
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Rees committed Nov 26, 2013
1 parent de621dc commit dad4453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gae.py
@@ -1,4 +1,4 @@
import os

def is_development():
return os.environ['SERVER_SOFTWARE'].startsWith('Development')
return os.environ['SERVER_SOFTWARE'].startswith('Development')

0 comments on commit dad4453

Please sign in to comment.