build_a_blog: word error
This commit is contained in:
parent
f7846efab7
commit
7da2ef9e64
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue