Daniel Haaker
2014-03-26 92b27dc06a4a73ea4ff0649855a5a84cd30b458c
Update hello_world.rst

Modify 'Extra Credit' to reflect code example
1 files modified
4 ■■■■ changed files
docs/quick_tutorial/hello_world.rst 4 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/hello_world.rst
@@ -96,13 +96,13 @@
   .. code-block:: python
      print ('Starting up server on http://localhost:6547')
      print('Incoming request')
   ...instead of:
   .. code-block:: python
      print 'Starting up server on http://localhost:6547'
      print 'Incoming request'
#. What happens if you return a string of HTML? A sequence of integers?