From 032b8831f9913ae26aa8815878ce1d837c072cfe Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Fri, 24 Mar 2017 14:42:16 +0100 Subject: [PATCH] docs: fix code block in signs.rst --- docs/signs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signs.rst b/docs/signs.rst index 7e8ad09..baaf690 100644 --- a/docs/signs.rst +++ b/docs/signs.rst @@ -56,7 +56,7 @@ be used as the hover text, the second will be used as the info window content:: return ("Chest", "Chest with %d items" % len(poi['Items'])) Because of the way the config file is loaded, if you need to import a function or module -for use in your filter function, you need to explicitly load it into the global namespace: +for use in your filter function, you need to explicitly load it into the global namespace:: global escape from cgi import escape