Skip to content

Commit 259b447

Browse files
committed
Fixed docstring.
1 parent afcd8aa commit 259b447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq_fastapi/initializator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def populate_dependency_context(
106106
107107
:param broker: current broker to use.
108108
:param app: current application.
109-
:param kwargs: additional state args.
109+
:param asgi_state: state that will be injected in request.
110110
"""
111111
asgi_state = asgi_state or {}
112112
broker.dependency_overrides.update(

0 commit comments

Comments
 (0)