Skip to content

Commit 4cad42c

Browse files
committed
fix
1 parent e7689ad commit 4cad42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from contextvars import ContextVar
22

33
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"""
4+
"""Set to True to return only first query if rendered multiple options"""

0 commit comments

Comments
 (0)