doc/book/devweb/request.rst
changeset 12530 9d88e1177c35
parent 11875 011730a4af73
--- a/doc/book/devweb/request.rst	Thu Mar 21 12:05:30 2019 +0100
+++ b/doc/book/devweb/request.rst	Thu Mar 21 14:33:54 2019 +0100
@@ -107,10 +107,9 @@
     *while a request is executed*
 
 Please note that this class is abstract and that a concrete implementation
-will be provided by the *frontend* web used (in particular *twisted* as of
-today). For the views or others that are executed on the server side,
-most of the interface of `Request` is defined in the session associated
-to the client.
+will be provided by the *frontend* web used. For the views or others that are
+executed on the server side, most of the interface of `Request` is defined in
+the session associated to the client.
 
 API
 ```