Add back the missing right bracket (#197)

This commit is contained in:
knarfeh 2017-02-02 12:10:22 -06:00 committed by Brett Cannon
parent 96d2e59aa4
commit 08a96a3151
1 changed files with 2 additions and 2 deletions

View File

@ -476,8 +476,8 @@ on how this would normally be used.)
If the iterable returned by the application has a ``close()`` method,
the server or gateway **must** call that method upon completion of the
current request, whether the request was completed normally, or
terminated early due to an error. (This is to support resource release
by the application. This protocol is intended to complement PEP 325's
terminated early due to an error (this is to support resource release
by the application). This protocol is intended to complement PEP 325's
generator support, and other common iterables with ``close()`` methods.
(Note: the application **must** invoke the ``start_response()``