Merge pull request #35 from vrutsky/patch-2

Fix typo "Key is used to uniquely identifies"
This commit is contained in:
Alec Thomas 2014-01-09 08:26:15 -08:00
commit a715071bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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