0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

More typo fixing. :-(

I'm crawling into my hole now.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-03-20 00:58:35 +00:00
parent 380f6be5b8
commit e3139cc075

View File

@ -146,7 +146,7 @@ class _localbase(object):
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