Fixed a couple of documentation typos.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2011-02-14 15:02:02 +00:00
parent 72e4a6865d
commit d7c2dcd538
3 changed files with 4 additions and 4 deletions

View file

@ -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::