typo detected by Erik Haugen

This commit is contained in:
Skip Montanaro 2010-11-16 02:06:30 +00:00
parent 6d51c53840
commit 37d8aa6639
1 changed files with 1 additions and 1 deletions

View File

@ -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.