fix docstring for Style.filter_mode
This commit is contained in:
parent
635b245c34
commit
b0a08c7178
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue