Skip to content

Commit 020395c

Browse files
committed
Merge branch 'master' of github.com:mapnik/python-mapnik
2 parents f4b395a + 7258eea commit 020395c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mapnik_layer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void export_layer()
296296
.add_property("minimum_scale_denominator",
297297
&layer::minimum_scale_denominator,
298298
&layer::set_minimum_scale_denominator,
299-
"Get/Set the minimum scale demoninator of the layer.\n"
299+
"Get/Set the minimum scale denominator of the layer.\n"
300300
"\n"
301301
"Usage:\n"
302302
">>> from mapnik import Layer\n"

0 commit comments

Comments
 (0)