summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-02-14 15:04:26 +0000
committerRamiro Morales <cramm0@gmail.com>2011-02-14 15:04:26 +0000
commit7520dbd5a5d3856fbe193101d08f93ccab022d34 (patch)
tree49cc09bba755eb5cb40e2bc35fe0c0cd357da436 /docs/ref
parent7cfb2b6335de1092b3dbe703ccc735488fefa7ea (diff)
[1.2.X] Fixed a couple of documentation typos.
Backport of [15534] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt2
-rw-r--r--docs/ref/contrib/gis/admin.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index cfc15ed8f5..80673ce661 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1207,7 +1207,7 @@ on whichever model contains the actual reference to the ``ManyToManyField``.
Depending on your ``ModelAdmin`` definition, each many-to-many field in your
model will be represented by a standard HTML ``<select multiple>``, a
horizontal or vertical filter, or a ``raw_id_admin`` widget. However, it is
-also possible to to replace these widgets with inlines.
+also possible to replace these widgets with inlines.
Suppose we have the following models::
diff --git a/docs/ref/contrib/gis/admin.txt b/docs/ref/contrib/gis/admin.txt
index 011bb6b6bf..4ec10003f6 100644
--- a/docs/ref/contrib/gis/admin.txt
+++ b/docs/ref/contrib/gis/admin.txt
@@ -50,7 +50,7 @@ GeoDjango's admin site
.. attribute:: modifiable
- Defaults to ``False``. When set to to ``True``, disables editing of
+ Defaults to ``False``. When set to ``True``, disables editing of
existing geometry fields in the admin.
.. note::