BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
45 stars 21 forks source link

Error in doc #39

Closed niconoe closed 8 years ago

niconoe commented 9 years ago

In API page, we give an example using from dwca import DwCAReader..

It should be: from dwca.read import DwCAReader