From 703cdb9cd92de1fd97eea17fcc54dc8d9c3d1566 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Wed, 5 Dec 2012 02:07:45 +0000 Subject: [PATCH] Fix one cosmetic readme issue --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6bdd643..9258a70 100644 --- a/README.rst +++ b/README.rst @@ -113,9 +113,9 @@ Provider -------- A means of providing an instance of a type. Built-in providers include ``ClassProvider`` (creates a new instance from a class), -``InstanceProvider`` (returns an existing instance directly) and -``CallableProvider`` (provides an instance by calling a function). -``AssistedFactoryProvider`` (provides a factory which can be used for assisted injection) +``InstanceProvider`` (returns an existing instance directly), +``CallableProvider`` (provides an instance by calling a function) and +``AssistedFactoryProvider`` (provides a factory which can be used for assisted injection). Scope -----