Author: mtredinnick Date: 2009-03-19 19:58:35 -0500 (Thu, 19 Mar 2009) New Revision: 10098
Modified: django/trunk/django/utils/_threading_local.py Log: More typo fixing. :-( I'm crawling into my hole now. Modified: django/trunk/django/utils/_threading_local.py =================================================================== --- django/trunk/django/utils/_threading_local.py 2009-03-20 00:56:56 UTC (rev 10097) +++ django/trunk/django/utils/_threading_local.py 2009-03-20 00:58:35 UTC (rev 10098) @@ -146,7 +146,7 @@ object.__setattr__(self, '_local__lock', RLock()) if (args or kw) and (cls.__init__ is object.__init__): - raise TypeError("Initialization arguments are not supported) + raise TypeError("Initialization arguments are not supported") # We need to create the thread dict in anticipation of # __init__ being called, to make sure we don't call it --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---