mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fix typo ASYC_PROPMT->ASYNC_PROMPT
This commit is contained in:
parent
23a7507dcc
commit
3b37c78150
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue