diff --git a/docs/modeltranslation/registration.rst b/docs/modeltranslation/registration.rst index 02a16cb6..7a4a5ee6 100644 --- a/docs/modeltranslation/registration.rst +++ b/docs/modeltranslation/registration.rst @@ -129,7 +129,7 @@ the translated field ``image`` to the ``NewsWithImage`` model. .. versionadded:: 0.19.0 -If you need to specify the translation options available for each model, you can do so using the ``languages`` +If you need to specify the languages available for each model, you can do so using the ``languages`` argument:: from modeltranslation.translator import translator, TranslationOptions