diff options
| author | Alessandro Baccini <64857643+beikeni@users.noreply.github.com> | 2022-08-08 19:43:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 19:43:36 +0200 |
| commit | c614e811f80ae5ce4e8f1461f54f0600707cf0e6 (patch) | |
| tree | 3dbe4d6e763f38eaa02c4d62b71579658c4ea35d | |
| parent | e03cdf76e78ea992763df4d3e16217d298929301 (diff) | |
Fixed typo in docs/topics/i18n/translation.txt.
| -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 5e29b1acb0..1ddb853032 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 |
