We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9b37c commit 877d878Copy full SHA for 877d878
1 file changed
docs/scenarios/web.rst
@@ -21,10 +21,10 @@ documented in `PEP-3333 <http://www.python.org/dev/peps/pep-3333/>`_.
21
Frameworks
22
::::::::::
23
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:
+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:
28
29
URL Routing
30
Matches an incoming HTTP request to a particular piece of Python code to
0 commit comments