From 7c8870c7accaaf6ac82bc876c061ca383cf476c0 Mon Sep 17 00:00:00 2001 From: deschler Date: Fri, 5 Apr 2013 11:38:09 +0200 Subject: [PATCH] Fixed typo and made a small reword. --- docs/modeltranslation/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modeltranslation/admin.rst b/docs/modeltranslation/admin.rst index 01c1fb4..0cd6942 100644 --- a/docs/modeltranslation/admin.rst +++ b/docs/modeltranslation/admin.rst @@ -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