Skip to content

Commit a4f2cce

Browse files
Update dependency-inversion.md
1 parent 93a02c2 commit a4f2cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rodi/docs/dependency-inversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The above prints to screen:
305305
[Customer(id=1, email='alice@wonderland.it', first_name='Alice', last_name='WhiteRabbit'), Customer(id=1, email='bob@foopower.it', first_name='Bob', last_name='TheHamster')]
306306
```
307307

308-
/// admonition | GenericAlias in Python is not considered a class.
308+
/// admonition | How to use instances of GenericAlias.
309309
type: warning
310310

311311
Note how the generics `Repository[Product]` and `Repository[Customer]` are both

0 commit comments

Comments
 (0)