From 21764dbeec75644e530d646ce4af778f8b669fda Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 9 Sep 2020 17:59:44 -0400 Subject: [PATCH] Fix sphinx warning --- docs/introduction/di_in_python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 8c164ab6..7822e964 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -200,7 +200,7 @@ Also monkey-patching is a way too dirty to be used outside of the testing code f reconfiguring the project for the different environments. Conclusion ---------- +---------- Dependency injection brings you 3 advantages: