Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
fix typo in updated Polygon code example
  • Loading branch information
rayrrr committed May 7, 2022
1 parent ab1dea3 commit d848065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Polygon
>>> from geojson import Polygon
>>> # no hole within polygon
>>> Polygon([[(2.38, 57.322), (-120.43, 19.15), (23.194, -20.28), , (2.38, 57.322)]]) # doctest: +ELLIPSIS
>>> Polygon([[(2.38, 57.322), (-120.43, 19.15), (23.194, -20.28), (2.38, 57.322)]]) # doctest: +ELLIPSIS
{"coordinates": [[[2.3..., 57.32...], [-120.4..., 19.1...], [23.19..., -20.2...]]], "type": "Polygon"}
>>> # hole within polygon
Expand Down

0 comments on commit d848065

Please sign in to comment.