From 2e8b0e67a2cb47d477508337b3c383278a86b224 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Thu, 9 Jan 2014 16:27:07 +0300 Subject: [PATCH] Fix typo "Key is used to uniquely identifies" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f7e72..8a2d89a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Next, for the sake of the example, we'll create a "configuration" annotated type ``` -Key is used to uniquely identifies the configuration dictionary. Next, we bind the configuration to the injector, using a module: +Key is used to uniquely identify the configuration dictionary. Next, we bind the configuration to the injector, using a module: ```pycon