summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreltronix <lt.eltronix@gmail.com>2016-04-29 01:19:21 +0300
committerTim Graham <timograham@gmail.com>2016-04-28 18:20:23 -0400
commit2d78b46d299da7d604a9fbf8c853d272ccd45fc2 (patch)
tree97dd59ef395b38887bb6a94c62358262a12ec316
parent8a135cca4e663ec649d9ef7643ffc2a10e91c781 (diff)
downloaddjango-2d78b46d299da7d604a9fbf8c853d272ccd45fc2.tar.gz
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of ce32c3e2cc8bdaa9557d4f3c9d830d7af3d01ca9 from master
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index a057296f56..10260cc64e 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1845,7 +1845,7 @@ Other methods
.. method:: ModelAdmin.change_view(request, object_id, form_url='', extra_context=None)
- Django view for the model instance edition page. See note below.
+ Django view for the model instance editing page. See note below.
.. method:: ModelAdmin.changelist_view(request, extra_context=None)