From 3b37c78150d332ec7c98ca4a3e972b3e7450b844 Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Tue, 13 Sep 2022 11:02:08 +1000 Subject: [PATCH] Fix typo ASYC_PROPMT->ASYNC_PROMPT --- xonsh/environ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/environ.py b/xonsh/environ.py index 435f6df33..6ce64ddd1 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -1661,7 +1661,7 @@ class AsyncPromptSetting(PTKSetting): to_int_or_none, str, None, - "Define the number of workers used by the ASYC_PROPMT's pool. " + "Define the number of workers used by the ASYNC_PROMPT's pool. " "By default it is the same as defined by Python's concurrent.futures.ThreadPoolExecutor class.", ) ENABLE_ASYNC_PROMPT = Var.with_default(