From 877d87892d3d55d5c70e2a389846b51e7c18f403 Mon Sep 17 00:00:00 2001 From: guibog Date: Sat, 21 Apr 2012 19:34:28 +0800 Subject: [PATCH] A bit more precise on web framworks: they are not only libraries and you built your app inside them --- docs/scenarios/web.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 04c36e7..e3eb2ab 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -21,10 +21,10 @@ documented in `PEP-3333 `_. Frameworks :::::::::: -Broadly speaking, a web framework is a set of libraries upon which you can -build custom code to implement a web application (i.e. an interactive web -site). Most web frameworks include patterns and utilities to accomplish at -least the following: +Broadly speaking, a web framework consist of a set of libraries and a main +handler within which you can build custom code to implement a web application +(i.e. an interactive web site). Most web frameworks include patterns and +utilities to accomplish at least the following: URL Routing Matches an incoming HTTP request to a particular piece of Python code to