Fixed typos in documentation.

This commit is contained in:
Baptiste Mispelon 2013-11-06 10:47:07 +01:00
parent 3c4832214f
commit 366bdc4566
4 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ of using ``ogrinspect`` :ref:`in the tutorial <ogrinspect-intro>`.
.. django-admin-option:: --name-field <name_field>
Generates a ``__unicode__`` routine (``__str__`` on Python 3) on the model
that will return the the given field name.
that will return the given field name.
.. django-admin-option:: --no-imports