Skip to content

Commit

Permalink
Merge pull request #1319 from hfaran/patch-1
Browse files Browse the repository at this point in the history
Add syntax highlighting to Hello World example
  • Loading branch information
bdarnell committed Jan 30, 2015
2 parents 4eedb6f + 1417399 commit 5e027f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Quick links
Hello, world
------------

Here is a simple "Hello, world" example web app for Tornado::
Here is a simple "Hello, world" example web app for Tornado:

.. code-block:: python
import tornado.ioloop
import tornado.web
Expand Down

0 comments on commit 5e027f7

Please sign in to comment.