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:
Will McGugan 2020-05-11 13:46:42 +01:00 committed by GitHub
commit bfd2f55fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.