summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 87c9f43baa..4599331093 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -1027,10 +1027,6 @@ appropriate entities.
For a complete discussion on the usage of the following see the
:doc:`translation documentation </topics/i18n/translation>`.
-The ``u`` prefix on the functions below comes from a difference in Python 2
-between unicode and bytestrings. If your code doesn't support Python 2, use the
-functions without the ``u``.
-
.. function:: gettext(message)
Translates ``message`` and returns it as a string.