From bcbdc7d6ad3afcb9bbcf264ad8a31290c9c733e8 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 7 Jun 2019 15:55:30 +0200 Subject: [PATCH] Fix typo (#221) * Fix typo. (#214) * Fix typo * Update the title tildas --- docs/introduction/di_in_python.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 7fe4f95a..2b080c3e 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -130,8 +130,8 @@ using :doc:`Dependency Injector <../index>`: :language: python :linenos: -Userful links -~~~~~~~~~~~~~ +Useful links +~~~~~~~~~~~~ There are some useful links related to dependency injection design pattern that could be used for further reading: