Fixed #9130 -- Fixed typo in comment, thanks scel.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2009-03-30 22:10:36 +00:00
parent 3989a7ae11
commit 5ff1703f41
1 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ class OpenLayersWidget(Textarea):
# Defaulting the WKT value to a blank string -- this # Defaulting the WKT value to a blank string -- this
# will be tested in the JavaScript and the appropriate # will be tested in the JavaScript and the appropriate
# interfaace will be constructed. # interface will be constructed.
self.params['wkt'] = '' self.params['wkt'] = ''
# If a string reaches here (via a validation error on another # If a string reaches here (via a validation error on another