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:
parent
3989a7ae11
commit
5ff1703f41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue