From 8e4bcf7ba30c575364cdba25879c60114fbf6052 Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Wed, 24 Aug 2011 03:57:31 +0800 Subject: [PATCH] Fixed a minor spelling typo. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6d1315..fabf0d3 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ code is perfectly valid:: print "yay, myapp is installed!" In case you want to set some settings ad-hoc, you can simply pass -the value when instanciating the ``AppConf`` class:: +the value when instantiating the ``AppConf`` class:: from myapp.models import MyAppConf