Fixed wrong use of inline literal.

This commit is contained in:
deschler 2013-04-05 02:52:43 +02:00
parent a22cf693f4
commit 19785d0649

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 subclassing ``TranslationAdmin``, simply to subclass one of these
classes like this:
.. code-block:: python