Skip to content

Commit 7867404

Browse files
committed
Merge branch 'master' of github.com:willmcgugan/rich
2 parents 1edc799 + bfd2f55 commit 7867404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def export_html(
881881
clear (bool, optional): Set to ``True`` to clear the record buffer after generating the HTML.
882882
code_format (str, optional): Format string to render HTML, should contain {foreground}
883883
{background} and {code}.
884-
inline_styes (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
884+
inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
885885
larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
886886
Defaults to False.
887887

0 commit comments

Comments
 (0)