0

docs: fix code block in signs.rst

This commit is contained in:
Nicolas F
2017-03-24 14:42:16 +01:00
parent ba5a4bbaed
commit 032b8831f9

View File

@@ -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'])) 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 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 global escape
from cgi import escape from cgi import escape