From 31326eddee11485b4ffdc9ac10cea6fea251cf51 Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 28 Apr 2021 17:59:34 +0200 Subject: [PATCH] Fixed typo --- rich/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich/__init__.py b/rich/__init__.py index af9fae09..64dadc52 100644 --- a/rich/__init__.py +++ b/rich/__init__.py @@ -31,7 +31,7 @@ def get_console() -> "Console": def reconfigure(*args, **kwargs) -> None: - """Reconfigures the global console bu replacing it with another. + """Reconfigures the global console by replacing it with another. Args: console (Console): Replacement console instance.