Fix typo on access_cached comment

Fix comment from I7b80a94117310c92f9eb83541c8d75e2bf638b90

Change-Id: Ia093bd9de15a95a43cc3452987580f07c1de1fd4
This commit is contained in:
lin-hua-cheng 2015-09-17 20:48:26 -07:00
parent 6822ace491
commit 106b9a4d44
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def _decorate_urlconf(urlpatterns, decorator, *args, **kwargs):
# FIXME(lhcheng): We need to find a better way to cache the result.
# Rather than storing it in the session, we could leverage the Django
# session. Currently, thTs has been causing issue with cookie backend,
# session. Currently, this has been causing issue with cookie backend,
# adding 1600+ in the cookie size.
def access_cached(func):
def inner(self, context):