diff --git a/bindings/python/mapnik_map.cpp b/bindings/python/mapnik_map.cpp index b3f02809b..72e3c4cab 100644 --- a/bindings/python/mapnik_map.cpp +++ b/bindings/python/mapnik_map.cpp @@ -145,7 +145,7 @@ void export_map() .def(vector_indexing_suite >()) ; - class_("Map","The map object.",init >(args("Map","width","height","srs"), + class_("Map","The map object.",init >(args("self","width","height","srs"), "Create a Map with a width and height as integers and, optionally,\n" "an srs string either with a Proj.4 epsg code ('+init=epsg:')\n" "or with a Proj.4 literal ('+proj=').\n"