mirror of
https://github.com/Textualize/rich.git
synced 2025-08-31 15:37:24 +00:00
fix spelling of 'anything' in console.py docstring
This commit is contained in:
parent
857d8e0b6c
commit
ff98c229af
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue