Switch to side-by-side view

--- a/Allura/allura/lib/base.py
+++ b/Allura/allura/lib/base.py
@@ -15,7 +15,7 @@
     """
 
     def _setup_request(self):
-        '''Responsible for setting all the values we need to be set on pylons.c'''
+        '''Responsible for setting all the values we need to be set on pylons.tmpl_context'''
         raise NotImplementedError, '_setup_request'
 
     def _cleanup_request(self):