Skip to content

Commit

Permalink
Fix a tiny document mistake (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
515hikaru committed May 22, 2021
1 parent d997852 commit dc441ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The core values of Injector are:

class MyClass:
@inject
def __init__(t: SomeType):
def __init__(self, t: SomeType):
# ...

MyClass()
Expand Down

0 comments on commit dc441ba

Please sign in to comment.