Skip to content

Commit

Permalink
Remove stray reST markup from README (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Feb 11, 2023
1 parent 49ad2c5 commit ccf0645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Injector - Python dependency injection framework, inspired by Guice
Introduction
------------

While dependency injection is easy to do in Python due to its support for keyword arguments, the ease with which objects can be mocked and its dynamic nature, a framework for assisting in this process can remove a lot of boiler-plate from larger applications. That's where Injector can help. It automatically and transitively provides dependencies for you. As an added benefit, Injector encourages nicely compartmentalised code through the use of :ref:`modules <module>`.
While dependency injection is easy to do in Python due to its support for keyword arguments, the ease with which objects can be mocked and its dynamic nature, a framework for assisting in this process can remove a lot of boiler-plate from larger applications. That's where Injector can help. It automatically and transitively provides dependencies for you. As an added benefit, Injector encourages nicely compartmentalised code through the use of modules.

If you're not sure what dependency injection is or you'd like to learn more about it see:

Expand Down

0 comments on commit ccf0645

Please sign in to comment.