Skip to content

Commit

Permalink
Merge 2822990 into 00229a2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtax committed Jun 10, 2014
2 parents 00229a2 + 2822990 commit 17b9f0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Quick links
* `Stack Overflow <http://stackoverflow.com/questions/tagged/tornado>`_
* `Wiki <https://github.com/tornadoweb/tornado/wiki/Links>`_

Hello, world
Hello, world 入门例子
------------

Here is a simple "Hello, world" example web app for Tornado::
Here is a simple "Hello, world" example web app for Tornado:: 用 Tornado的简单例子:hello world,很好入门

import tornado.ioloop
import tornado.web
Expand All @@ -51,10 +51,10 @@ This example does not use any of Tornado's asynchronous features; for
that see this `simple chat room
<https://github.com/tornadoweb/tornado/tree/stable/demos/chat>`_.

Installation
Installation 安装方法
------------

**Automatic installation**::
**Automatic installation**:: **可用pip自动安装**

pip install tornado

Expand Down

0 comments on commit 17b9f0f

Please sign in to comment.