From e3b2718dfa1f62f9f54a2522cfea4dbab8f40858 Mon Sep 17 00:00:00 2001 From: Fernando Correa Neto Date: Wed, 9 Dec 2009 23:47:08 +0000 Subject: typo --- docs/narr/threadlocals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/threadlocals.rst b/docs/narr/threadlocals.rst index a3d79692f..d6c3c9b0a 100644 --- a/docs/narr/threadlocals.rst +++ b/docs/narr/threadlocals.rst @@ -136,7 +136,7 @@ period of time while you deprecate the older API. So you write a "facade" implementation of the new API which calls into the code which implements the older API. Since the new API does not require the request, your facade implementation doesn't have local access to the -request when it needs to pass it into the older API implementaton. +request when it needs to pass it into the older API implementation. After some period of time, the older implementation code is disused and the hack that uses ``get_current_request`` is removed. This would be an appropriate place to use the ``get_current_request`` function. -- cgit v1.2.3