From b1577bd520b436f2209cba6a1153f13e2cc61363 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 22 Oct 2015 18:28:31 +0800 Subject: [PATCH] refine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4525103d..92556ec5 100644 --- a/README.md +++ b/README.md @@ -448,8 +448,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. * [awesome-pyramid](https://github.com/ITCase/awesome-pyramid) * [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. -* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled. -* [TurboGears](http://www.turbogears.org/) - The Web Framework that starts as a microframework and scales up to a full stack solution. +* [CherryPy](http://www.cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled. +* [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. * [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.