Skip to content

Commit

Permalink
Adjust MultiBindClassProvider docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Letsch22 committed May 27, 2022
1 parent d0b07ca commit b04ab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def get(self, injector: 'Injector') -> List[T]:


class MultiBindClassProvider(MultiBindProvider):
"""A provider for a list of classes from a list of class instances"""
"""A provider for a list of instances from a list of classes."""

def __init__(self, classes: List[Type[T]]) -> None:
super().__init__()
Expand Down

0 comments on commit b04ab6f

Please sign in to comment.