build_a_blog: word error

This commit is contained in:
Collin Lefeber 2024-06-19 16:33:13 -04:00
parent f7846efab7
commit 7da2ef9e64

View file

@ -894,7 +894,7 @@ index 52ce57b..2ea80cb 100644
The biggest note is that `convert()` now creates a `Markdown` instance on each call. This protects against multiple processes trying to use the single module level `md` instance. The biggest note is that `convert()` now creates a `Markdown` instance on each call. This protects against multiple processes trying to use the single module level `md` instance.
See <https://python-markdown.github.io/reference/#Markdown> for notes on how `Markdown.reset()` and thread safety. See <https://python-markdown.github.io/reference/#Markdown> for notes on `Markdown.reset()` usage and thread safety.
And re-run the benchmarks: And re-run the benchmarks: