Skip to content

Commit cc4b8d0

Browse files
committed
format
1 parent 93bbd4a commit cc4b8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

injector/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@ def multibind(
525525
526526
:param interface: A generic list[T] or dict[str, T] type to bind to.
527527
528-
:param to: A list/dict to bind to, where the values are either instances or classes implementing T.
528+
:param to: A list/dict to bind to, where the values are either instances or classes implementing T.
529529
Can also be an explicit :class:`Provider` or a callable that returns a list/dict.
530530
For lists, this can also be a class implementing T (e.g. multibind(list[T], to=A))
531-
531+
532532
:param scope: Optional Scope in which to bind.
533533
"""
534534
if interface not in self._bindings:

0 commit comments

Comments
 (0)