adewes / blitzdb

Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
http://blitzdb.readthedocs.org
MIT License
330 stars 37 forks source link

Improved tutorial and documentation #41

Closed bwiessneth closed 10 years ago

bwiessneth commented 10 years ago

In both the tutorial and API documentation the exception MultipleDocumentsReturned was mentioned as MultipleObjectsReturned.

adewes commented 10 years ago

Thanks for fixing the docs, @bwiessneth !