From: Hamza Faran Date: Fri, 30 Jan 2015 10:47:16 +0000 (-0800) Subject: Add syntax highlighting to Hello World example X-Git-Tag: v4.1.0b2~4^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1319%2Fhead;p=thirdparty%2Ftornado.git Add syntax highlighting to Hello World example --- diff --git a/README.rst b/README.rst index 8bf08cef1..446e42bdf 100644 --- a/README.rst +++ b/README.rst @@ -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