Skip to content

Commit 877d878

Browse files
author
guibog
committed
A bit more precise on web framworks: they are not only libraries and you built your app inside them
1 parent 6e9b37c commit 877d878

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/scenarios/web.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ documented in `PEP-3333 <http://www.python.org/dev/peps/pep-3333/>`_.
2121
Frameworks
2222
::::::::::
2323

24-
Broadly speaking, a web framework is a set of libraries upon which you can
25-
build custom code to implement a web application (i.e. an interactive web
26-
site). Most web frameworks include patterns and utilities to accomplish at
27-
least the following:
24+
Broadly speaking, a web framework consist of a set of libraries and a main
25+
handler within which you can build custom code to implement a web application
26+
(i.e. an interactive web site). Most web frameworks include patterns and
27+
utilities to accomplish at least the following:
2828

2929
URL Routing
3030
Matches an incoming HTTP request to a particular piece of Python code to

0 commit comments

Comments
 (0)