fix spelling of 'anything' in console.py docstring

This commit is contained in:
Hedy Li 2020-09-13 21:15:07 +08:00 committed by GitHub
parent 857d8e0b6c
commit ff98c229af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -737,7 +737,7 @@ class Console:
"""Combined a number of renderables and text in to one renderable.
Args:
renderables (Iterable[Union[str, ConsoleRenderable]]): Anyting that Rich can render.
renderables (Iterable[Union[str, ConsoleRenderable]]): Anything that Rich can render.
sep (str, optional): String to write between print data. Defaults to " ".
end (str, optional): String to write at end of print data. Defaults to "\\n".
justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``.