From ae34b510d79a0e602b8235fa4dad3d77e1de3837 Mon Sep 17 00:00:00 2001 From: Matthieu Bonnefoy Date: Tue, 24 Nov 2015 12:28:02 +1300 Subject: [PATCH] Corrected a typo --- GettingStartedInPython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GettingStartedInPython.md b/GettingStartedInPython.md index 7d47698..3bc4008 100644 --- a/GettingStartedInPython.md +++ b/GettingStartedInPython.md @@ -155,7 +155,7 @@ m.zoom_all() Finish up by rendering your map image: ```python -# Write the data to a png image called world.png the current directory +# Write the data to a png image called world.png in the current directory mapnik.render_to_file(m,'world.png', 'png') # Exit the Python interpreter