From 1c65db8c7176ce2b2bf2c85de3721164deb27b6c Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sun, 6 Jan 2013 15:25:35 -0800 Subject: Clarify "TL". Fixes #777 --- docs/designdefense.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3