Commit 8c962169 authored by Carl Meyer's avatar Carl Meyer
Browse files

Fixed typo in 1.3 release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 501546df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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