From 038b1a6f73bf9ece3cfd9660e350aae9231ac2c7 Mon Sep 17 00:00:00 2001 From: Martijn den Hoedt Date: Thu, 27 Nov 2025 22:35:46 +0100 Subject: [PATCH] Fix syntax error in README.md Signed-off-by: Martijn den Hoedt --- python/README.md | 1 - 1 file changed, 1 deletion(-) 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**