We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1edc799 + bfd2f55 commit 7867404Copy full SHA for 7867404
rich/console.py
@@ -881,7 +881,7 @@ def export_html(
881
clear (bool, optional): Set to ``True`` to clear the record buffer after generating the HTML.
882
code_format (str, optional): Format string to render HTML, should contain {foreground}
883
{background} and {code}.
884
- 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
885
larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
886
Defaults to False.
887
0 commit comments