We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7689ad commit 4cad42cCopy full SHA for 4cad42c
uncoder-core/app/translator/core/context_vars.py
@@ -1,4 +1,4 @@
1
from contextvars import ContextVar
2
3
return_only_first_query_ctx_var: ContextVar[bool] = ContextVar("return_only_first_query_ctx_var", default=False)
4
-"""Set to True to return onlgy first query if rendered multiple options"""
+"""Set to True to return only first query if rendered multiple options"""
0 commit comments