Fixed typo

This commit is contained in:
Rafael 2021-04-28 17:59:34 +02:00 committed by GitHub
parent 745d842c7d
commit 31326eddee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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