diff --git a/docs/index.rst b/docs/index.rst index a0290c8..dfd2cdc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,7 +52,7 @@ The core values of Injector are: class MyClass: @inject - def __init__(t: SomeType): + def __init__(self, t: SomeType): # ... MyClass()