mirror of
https://github.com/Textualize/rich.git
synced 2025-08-15 16:00:22 +00:00
Merge pull request #66 from luizyao/fix-spell-error
docs(console.py): Change 'inline_styes' to 'inline_styles' in 'export_html()' doc.
This commit is contained in:
commit
bfd2f55fed
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ class Console:
|
|||
clear (bool, optional): Set to ``True`` to clear the record buffer after generating the HTML.
|
||||
code_format (str, optional): Format string to render HTML, should contain {foreground}
|
||||
{background} and {code}.
|
||||
inline_styes (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
|
||||
inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
|
||||
larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
|
||||
Defaults to False.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue