From da72bfbecdb610ac04295f0050995452013ec187 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 19 Jan 2010 19:56:09 +0000 Subject: [PATCH] fix typos in __init__.__doc__ of lib names on windows --- bindings/python/mapnik/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/mapnik/__init__.py b/bindings/python/mapnik/__init__.py index 0be2f981b..3f04ad3e9 100644 --- a/bindings/python/mapnik/__init__.py +++ b/bindings/python/mapnik/__init__.py @@ -26,7 +26,8 @@ Several things happen when you do: >>> import mapnik 1) Mapnik C++ objects are imported via the '__init__.py' from the '_mapnik.so' shared object - which references libmapnik.so (linux), libmapnik.dylib (mac), or libmapnik.dll (win). + (_mapnik.pyd on win) which references libmapnik.so (linux), libmapnik.dylib (mac), or + mapnik.dll (win). 2) The paths to the input plugins and font directories are imported from the 'paths.py' file which was constructed and installed during SCons installation.