Flask and Python 3
Terry Reedy
tjreedy at udel.edu
Tue Sep 23 19:46:41 EDT 2014
More information about the Python-list mailing list
Tue Sep 23 19:46:41 EDT 2014
- Previous message (by thread): Flask and Python 3
- Next message (by thread): Flask and Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 9/23/2014 5:57 PM, Juan Christian wrote: > On Tue, Sep 23, 2014 at 6:48 PM, John Gordon <gordon at panix.com > <mailto:gordon at panix.com>> wrote: > > > @app.route('/') > > def index(): > > return 'Hello World' > > As posted, your code is not indented. Is this literally how your code > looks? > > The mail screwed the indentation, it's indented in the file. Did you use tabs? They are more likely to disappear than spaces. -- Terry Jan Reedy
- Previous message (by thread): Flask and Python 3
- Next message (by thread): Flask and Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list