Skip to content

Commit 85cc200

Browse files
committed
Merge pull request #312 from jcea/master
Typo in docs
2 parents b987946 + a8643a3 commit 85cc200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Polyline
167167
You can plot a line by simply passing an iterable of coordinates to the method `line`::
168168

169169
map.line(locations=[[45.3288, -121.6625],
170-
[45.324224, -121.657763]
170+
[45.324224, -121.657763],
171171
[45.318702, -121.652871]])
172172

173173
You can specify the following parameters:

0 commit comments

Comments
 (0)