diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/designdefense.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 96e1001e6..dec33bd1a 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1536,7 +1536,7 @@ comments take into account what we've discussed in the .. code-block:: python :linenos: - from pyramid.response import Response # explicit response, no TL + from pyramid.response import Response # explicit response, no thread local from wsgiref.simple_server import make_server # explicitly WSGI def hello_world(request): # accepts a request; no request thread local reqd |
