Skip to content

Commit

Permalink
Merge pull request #2472 from willfrey/patch-1
Browse files Browse the repository at this point in the history
docs: update `rich.reconfigure` docstring
  • Loading branch information
willmcgugan committed Sep 20, 2022
2 parents c881a2a + cec2e39 commit bbbee72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rich/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def reconfigure(*args: Any, **kwargs: Any) -> None:
"""Reconfigures the global console by replacing it with another.
Args:
console (Console): Replacement console instance.
*args (Any): Positional arguments for the replacement :class:`~rich.console.Console`.
**kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`.
"""
from rich.console import Console

Expand Down

0 comments on commit bbbee72

Please sign in to comment.