mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/polyline: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0c3dac2ac7
commit
dd004d9d74
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
polyline is a Python implementation of Google’s Encoded Polyline Algorithm
|
polyline is a Python implementation of Google's Encoded Polyline Algorithm
|
||||||
Format built with Python 2 and 3 support in mind.
|
Format built with Python 2 and 3 support in mind.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
polyline: polyline (Python implementation of Encoded Polyline Algorithm)
|
polyline: polyline (Python implementation of Encoded Polyline Algorithm)
|
||||||
polyline:
|
polyline:
|
||||||
polyline: polyline is a Python implementation of Google’s Encoded Polyline
|
polyline: polyline is a Python implementation of Google's Encoded Polyline
|
||||||
polyline: Algorithm Format built with Python 2 and 3 support in mind.
|
polyline: Algorithm Format built with Python 2 and 3 support in mind.
|
||||||
polyline:
|
polyline:
|
||||||
polyline:
|
polyline:
|
||||||
|
|
Loading…
Reference in a new issue