From 8ea203d112db8d98e1fcd184f6690c4f52f4d4df Mon Sep 17 00:00:00 2001 From: Alessandro Baccini <64857643+beikeni@users.noreply.github.com> Date: Mon, 8 Aug 2022 19:43:36 +0200 Subject: [PATCH] [4.1.x] Fixed typo in docs/topics/i18n/translation.txt. Backport of c614e811f80ae5ce4e8f1461f54f0600707cf0e6 from main --- docs/topics/i18n/translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 650852c50c..36706cb542 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -573,7 +573,7 @@ require translation in the future:: {% translate "myvar" noop %} -Internally, inline translations use an +Internally, inline translations use a :func:`~django.utils.translation.gettext` call. In case a template var (``myvar`` above) is passed to the tag, the tag will