Commit 5ff1703f authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 3989a7ae
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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