From 789b0fddad6af815e470549ec1e535cd4b4153ed Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Wed, 10 Aug 2022 14:29:10 +0200 Subject: [PATCH] Fix typo --- rcon/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcon/console.py b/rcon/console.py index 84a7fd1..5305174 100644 --- a/rcon/console.py +++ b/rcon/console.py @@ -92,7 +92,7 @@ def login(client: BaseClient, passwd: str) -> str: def process_input(client: BaseClient, passwd: str, prompt: str) -> bool: - """Processe the CLI input.""" + """Process the CLI input.""" try: command = input(prompt)