diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-05-05 20:49:35 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-05-05 20:49:35 +0000 |
| commit | d11acfd20959ec0d1baf93f8521e1077337b9c3b (patch) | |
| tree | 940f2886a0639383b188787a606ed52cf5508c4e /docs | |
| parent | 171df93170df23d2fea1f8320ddb80c6f6444ff7 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
