Skip to content

Commit abaa98c

Browse files
committed
Fix typo
1 parent 7351ca7 commit abaa98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mapnik_style.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void export_style(py::module const& m)
9292
.def_property("image_filters",
9393
get_image_filters,
9494
set_image_filters,
95-
"Set/get the comp-op (composite operation) of the style")
95+
"Set/get image filters for the style")
9696
;
9797

9898
}

0 commit comments

Comments
 (0)