summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2020-07-28 12:07:18 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-07-29 10:20:44 +0200
commite0397e11b560a502933fbffd84ff069b4dcbd31b (patch)
tree49b5667d656adff50370d72d9f9b4d5e9637d8e4
parent08063f0122ce58ecb00ee94f0ca78a42df0b0af2 (diff)
downloaddjango-e0397e11b560a502933fbffd84ff069b4dcbd31b.tar.gz
[3.0.x] Refs #30165 -- Removed leftover 'u' prefix.
Backport of bac5777bff8e8d8189193438b5af52f158a3f2a4 from master
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 441085b497..34098a627e 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -447,7 +447,7 @@ helper function described next.
Lazy translations and plural
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-When using lazy translation for a plural string (``[u]n[p]gettext_lazy``), you
+When using lazy translation for a plural string (``n[p]gettext_lazy``), you
generally don't know the ``number`` argument at the time of the string
definition. Therefore, you are authorized to pass a key name instead of an
integer as the ``number`` argument. Then ``number`` will be looked up in the