summaryrefslogtreecommitdiff
path: root/docs/ref
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:19:21 -0400
commitce32c3e2cc8bdaa9557d4f3c9d830d7af3d01ca9 (patch)
tree678b687ff8ecdd824e6bbe9c7fbf36e408fadc37 /docs/ref
parentf945fb24a31737c6625205a8cd90eabdf1c33584 (diff)
Fixed typo in docs/ref/contrib/admin/index.txt
Diffstat (limited to 'docs/ref')
-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 3dafaae5bc..2877a493fb 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)