fix: add missing closing code fence to README example block

The diff adds a closing triple backtick to the Python example in the README, which was previously unterminated and would break markdown rendering of the code block.
This commit is contained in:
retoor 2025-01-27 18:33:32 +00:00
parent 46e5d21bc6
commit 8378cde372

View File

@ -77,6 +77,7 @@ print(
"</pre>"
)
{% endpy3 %}
```
### Example database usage
See here an example of a visitor counter on your website. This is all you have to do. It's a persistent database. No configuration required! For more information how to use the database, visit the [dataset documentation](https://dataset.readthedocs.io/en/latest/).