diff --git a/python/README.md b/python/README.md index ea4ca0c..528067b 100644 --- a/python/README.md +++ b/python/README.md @@ -23,7 +23,6 @@ pip install flexpolyline #### `encode(iterable, precision=5, third_dim=ABSENT, third_dim_precision=0)` Encodes a list (or iterator) of coordinates to the corresponding string representation. See the optional parameters below for further customization. Coordinate order is `(lat, lng[, third_dim])`. -``` **Optional parameters**