fix typos in __init__.__doc__ of lib names on windows
This commit is contained in:
parent
6115a1590d
commit
da72bfbecd
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ Several things happen when you do:
|
||||||
>>> import mapnik
|
>>> import mapnik
|
||||||
|
|
||||||
1) Mapnik C++ objects are imported via the '__init__.py' from the '_mapnik.so' shared object
|
1) Mapnik C++ objects are imported via the '__init__.py' from the '_mapnik.so' shared object
|
||||||
which references libmapnik.so (linux), libmapnik.dylib (mac), or libmapnik.dll (win).
|
(_mapnik.pyd on win) which references libmapnik.so (linux), libmapnik.dylib (mac), or
|
||||||
|
mapnik.dll (win).
|
||||||
|
|
||||||
2) The paths to the input plugins and font directories are imported from the 'paths.py'
|
2) The paths to the input plugins and font directories are imported from the 'paths.py'
|
||||||
file which was constructed and installed during SCons installation.
|
file which was constructed and installed during SCons installation.
|
||||||
|
|
Loading…
Reference in a new issue