Skip to content

Commit

Permalink
Fix attribute injection in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishka17 authored Dec 6, 2024
1 parent e6d5760 commit 2ed9851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/di_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ It works well unless you have many methods and they can call each other. Also we
def action(self):
self.client.get_data()
service = Service(client)
service = Service()
service.client = Client(token)
service.action()
Expand Down

0 comments on commit 2ed9851

Please sign in to comment.