tinyflux
tinyflux copied to clipboard
Documentation typos, taking `tinydb` as `tinyflux`
Describe the bug
Some documentation pages of this project have errors in example code snippets, and more accurately tinydb is used instead of tinyflux. You can search for all occurances here.
To Reproduce Steps to reproduce the behavior:
- Go to this page
- Search for
from tinydb import - Scroll down the page
- See error
Expected behavior
tinyflux shall be used instead.
Screenshots
Additional context Someone has made a pull request for this issue.
The code review for this PR is trivial @citrusvanilla
thanks @James4Ever0 and @elliotfontaine this has been fixed on main.
completed by @Tejasweee