[1.0.X]: Fixed #9130 -- Fixed typo in comment, thanks scel.

Backport of r10220 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2009-03-30 22:11:36 +00:00
parent f7e52d449a
commit f9582c8f52
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
# will be tested in the JavaScript and the appropriate
# interfaace will be constructed.
# interface will be constructed.
self.params['wkt'] = ''
# If a string reaches here (via a validation error on another