typo detected by Erik Haugen
This commit is contained in:
parent
6d51c53840
commit
37d8aa6639
|
@ -176,7 +176,7 @@ an actual object instance: a function, method, or instance with a
|
||||||
``__call__`` method are all acceptable for use as an application
|
``__call__`` method are all acceptable for use as an application
|
||||||
object. Application objects must be able to be invoked more than
|
object. Application objects must be able to be invoked more than
|
||||||
once, as virtually all servers/gateways (other than CGI) will make
|
once, as virtually all servers/gateways (other than CGI) will make
|
||||||
such repeated requests. It this cannot be guaranteed by the
|
such repeated requests. If this cannot be guaranteed by the
|
||||||
implementation of the actual application, it has to be wrapped in a
|
implementation of the actual application, it has to be wrapped in a
|
||||||
function that creates a new instance on each call.
|
function that creates a new instance on each call.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue