Fix a tiny document mistake (#184)
This commit is contained in:
parent
d99785247b
commit
dc441ba2ab
|
@ -52,7 +52,7 @@ The core values of Injector are:
|
|||
|
||||
class MyClass:
|
||||
@inject
|
||||
def __init__(t: SomeType):
|
||||
def __init__(self, t: SomeType):
|
||||
# ...
|
||||
|
||||
MyClass()
|
||||
|
|
Loading…
Reference in New Issue