diff options
| author | Alessandro Baccini <64857643+beikeni@users.noreply.github.com> | 2022-08-08 19:43:36 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-08 19:44:32 +0200 |
| commit | 8ea203d112db8d98e1fcd184f6690c4f52f4d4df (patch) | |
| tree | 690d2d790e9a753df36a7a4eaa3a7b2552ba7305 /docs | |
| parent | f546e7c18b470c98b40567d1415fd86074c4adf0 (diff) | |
[4.1.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of c614e811f80ae5ce4e8f1461f54f0600707cf0e6 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:: <title>{% translate "myvar" noop %}</title> -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 |
