Fixed typo and made a small reword.

This commit is contained in:
deschler 2013-04-05 11:38:09 +02:00
parent 19785d0649
commit 7c8870c7ac

View file

@ -282,7 +282,7 @@ fields, the following admin classes are provided:
* ``TabbedDjangoJqueryTranslationAdmin`` (aliased to ``TabbedTranslationAdmin``)
* ``TabbedExternalJqueryTranslationAdmin``
Rather than subclassing ``TranslationAdmin``, simply to subclass one of these
Rather than inheriting from ``TranslationAdmin``, simply subclass one of these
classes like this:
.. code-block:: python