From 580a9a66b5556d466e8a6f6b500ef8ffa059f9c7 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 2 Sep 2020 21:21:07 -0400 Subject: [PATCH] Fix a typo in the custom provider docs --- docs/providers/custom.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/custom.rst b/docs/providers/custom.rst index 088591cd..45fbcd2c 100644 --- a/docs/providers/custom.rst +++ b/docs/providers/custom.rst @@ -1,7 +1,7 @@ .. _create-provider: -Creating a custom providers -=========================== +Creating a custom provider +========================== .. meta:: :keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Custom provider, Create