From d11acfd20959ec0d1baf93f8521e1077337b9c3b Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 5 May 2011 20:49:35 +0000 Subject: [PATCH] Fixed typo in deprecation docs. Thanks to aaugustin for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16161 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8ebeb668e9..157103cebc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -196,7 +196,7 @@ their deprecation, as per the :ref:`Django deprecation policy * The UK-prefixed objects of ``django.contrib.localflavor.uk`` will only be accessible through their new GB-prefixed names (GB is the correct - ISO 3166 code for United Kingdom). They have been depreacted since the + ISO 3166 code for United Kingdom). They have been deprecated since the 1.4 release. * The :setting:`IGNORABLE_404_STARTS` and :setting:`IGNORABLE_404_ENDS`