summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2010-10-10 02:24:34 +0000
committerCarl Meyer <carl@oddbird.net>2010-10-10 02:24:34 +0000
commit8c962169d08eec581b272571c012d98d5de07fb7 (patch)
treea01382044d879bb529769b5ef3971434c45688e3 /docs
parent501546df6f4cbb56ea94da073e8206804fef3040 (diff)
Fixed typo in 1.3 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index a494ec94df..ca19e50d39 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -130,7 +130,7 @@ Logging
~~~~~~~
Django 1.3 adds framework-level support for Python's logging module.
-This means you can now esaily configure and control logging as part of
+This means you can now easily configure and control logging as part of
your Django project. A number of logging handlers and logging calls
have been added to Django's own code as well -- most notably, the
error emails sent on a HTTP 500 server error are now handled as a