From 45abe40a16d48675f1989f0eeaf06fcdb0b017ec Mon Sep 17 00:00:00 2001 From: Dawid Botha Date: Sat, 17 Aug 2019 10:25:12 +0200 Subject: [PATCH] Typo fix --- docs/signs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signs.rst b/docs/signs.rst index 341d5d8..9a90099 100644 --- a/docs/signs.rst +++ b/docs/signs.rst @@ -20,7 +20,7 @@ Filter Functions ---------------- A filter function is a python function that is used to figure out if a given POI -should be part of a markerSet of not, and to control how it is displayed. +should be part of a markerSet or not, and to control how it is displayed. The function should accept one argument (a dictionary, also know as an associative array), and return a string representing the text to be displayed. For example::