Skip to content

Commit

Permalink
Fix typo (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
loingo95 committed May 20, 2021
1 parent 64574df commit c2a1351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction/di_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dependency injection and inversion of control in Python
Dependency Injector, its container, Factory, Singleton and Configuration
providers. The example show how to use Dependency Injector providers overriding
feature for testing or configuring project in different environments and explains
why it's better then monkey-patching.
why it's better than monkey-patching.

Originally dependency injection pattern got popular in the languages with a static typing,
like Java. Dependency injection is a principle that helps to achieve an inversion of control.
Expand All @@ -29,7 +29,7 @@ contains Python examples that show how to implement dependency injection. It dem
of the dependency injection framework ``Dependency Injector``, its container, ``Factory``,
``Singleton`` and ``Configuration`` providers. The example shows how to use ``Dependency Injector``
providers overriding feature for testing or configuring project in different environments and
explains why it's better then monkey-patching.
explains why it's better than monkey-patching.

What is dependency injection?
-----------------------------
Expand Down

0 comments on commit c2a1351

Please sign in to comment.