pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

docs: fix broken examples for `find` #385

Closed ammgws closed 2 years ago

ammgws commented 2 years ago

With this change the examples now match the format shown in https://github.com/pudo/dataset/blob/master/docs/queries.rst, and now work correctly (right now it will throw NameError: nameage` is not defined)

pudo commented 2 years ago

Thanks a lot!