Skip to content

Commit dc441ba

Browse files
authored
Fix a tiny document mistake (#184)
1 parent d997852 commit dc441ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The core values of Injector are:
5252

5353
class MyClass:
5454
@inject
55-
def __init__(t: SomeType):
55+
def __init__(self, t: SomeType):
5656
# ...
5757

5858
MyClass()

0 commit comments

Comments
 (0)