From 3ba80770659d936140c9269bb7adb811693016a8 Mon Sep 17 00:00:00 2001 From: PeterMortensen Date: Fri, 11 Jan 2013 11:24:26 -0800 Subject: [PATCH] Made it clear what programming language it is implemented in. --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5840ef2..ee9bc29 100644 --- a/Home.md +++ b/Home.md @@ -1,4 +1,4 @@ -Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. +Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed, and it is written in Python. For more details, see [[http://www.tornadoweb.org/|http://www.tornadoweb.org/]] For help, visit the [[Tornado developer mailing list|http://groups.google.com/group/python-tornado]]