From b1a386cae98560d4df2638880c02b96ef0d14099 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 16 Jun 2011 06:26:58 -0700 Subject: [PATCH] fixed sample.settings.py typo --- sample.settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.settings.py b/sample.settings.py index 8c85a3e..3b6aed2 100644 --- a/sample.settings.py +++ b/sample.settings.py @@ -6,7 +6,7 @@ # provide examples of interesting things you can do with the settings file. Most # of the time, a simple 'setting_name = value' will work. -# This file is a python script, so you can import and python module you wish or +# This file is a python script, so you can import any python module you wish or # use any built-in python function, though this is not normally necessary # Lines that start with a hash mark are comments