fix map zoom doc - closes #2402
This commit is contained in:
parent
43795532e5
commit
e1d30132f3
1 changed files with 2 additions and 2 deletions
|
@ -357,8 +357,8 @@ void export_map()
|
|||
.def("zoom",&Map::zoom,
|
||||
(arg("factor")),
|
||||
"Zoom in or out by a given factor.\n"
|
||||
"Positive number zooms in, negative number\n"
|
||||
"zooms out.\n"
|
||||
"positive number larger than 1, zooms out\n"
|
||||
"positive number smaller than 1, zooms in\n"
|
||||
"\n"
|
||||
"Usage:\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in a new issue