fix docstring for Style.filter_mode

This commit is contained in:
Dane Springmeyer 2012-05-01 23:28:58 -04:00
parent 635b245c34
commit b0a08c7178

View file

@ -102,7 +102,7 @@ void export_style()
.add_property("filter_mode",
&feature_type_style::get_filter_mode,
&feature_type_style::set_filter_mode,
"Set/get the placement of the label")
"Set/get the filter mode of the style")
;
}