Fix small typo

This commit is contained in:
Ali Mirlou 2019-08-20 19:53:49 +04:30 committed by GitHub
parent 0d01365751
commit eecbb5ca90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2291,7 +2291,7 @@ class LineStringField(GeoJsonBaseField):
.. code-block:: js
{'type' : 'LineString' ,
'coordinates' : [[x1, y1], [x1, y1] ... [xn, yn]]}
'coordinates' : [[x1, y1], [x2, y2] ... [xn, yn]]}
You can either pass a dict with the full information or a list of points.