diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:42:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:42:50 -0400 |
commit | efa62dc73d48be147e8ff086e7017f1e1525227a (patch) | |
tree | 9c59d2e10480256f34d6dc91280920b57f91ed20 /gis | |
parent | 77bcf7daa8cdbe6d90c648611744279f469147bf (diff) |
gis/polyline: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/polyline/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/polyline/README b/gis/polyline/README index ec484299f6e8b..f8e3d139e4b0f 100644 --- a/gis/polyline/README +++ b/gis/polyline/README @@ -1,2 +1,2 @@ -polyline is a Python implementation of Google's Encoded Polyline Algorithm -Format built with Python 2 and 3 support in mind. +polyline is a Python implementation of Google's Encoded Polyline +Algorithm Format built with Python 2 and 3 support in mind. |