Skip to content

Commit 2823d56

Browse files
authored
docs: Update Python README
1 parent 78b3640 commit 2823d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import css_inline
6767
css_inline.inline_many(["<...>", "<...>"])
6868
```
6969

70-
`inline_many` will use Rust-level threads; thus, you can expect it's running faster than `css_inline.inline` via Python's `multiprocessing` or `threading` modules.
70+
`inline_many` will spawn threads on the Rust level; thus, you can expect it's running faster than `css_inline.inline` via Python's `multiprocessing` or `threading` modules.
7171

7272
For customization options use the `CSSInliner` class:
7373

0 commit comments

Comments
 (0)