From efe60cf852804e5700fb22f5a95925c75c0929f7 Mon Sep 17 00:00:00 2001 From: expertmm <7557867+expertmm@users.noreply.github.com> Date: Sat, 17 Feb 2018 22:25:41 -0500 Subject: [PATCH] formatting readme further --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fcab38..f0afca7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Use python to make minetest maps from worlds. * (minetestmapper.py) for now, silently ignore drawalpha, noshading, min-y, max-y, backend, zoom, colors, scales for compatibility with official minetestmapper * (minetestmapper-numpy.py) for now silently ignore drawalpha, noshading, geometry, scales, colors, backend (and rename `pixelspernode` param to `zoom`) for compatibility with official minetestmapper ### (2018-02-14) -* (minetestmapper-numpy.py) fixed exception while showing exception (see uses of "" message variable)--the original exception occurs for unknown reason +* (minetestmapper-numpy.py) fixed exception while showing exception (see uses of `""` message variable)--the original exception occurs for unknown reason ### (2017-04-12) * (minetestmapper.py) PEP8 compliance ### (2017-03-17)