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