summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 83b6236..cc79e28 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,8 @@ Markup(u'<em>Peter &gt; Lustig</em>')
If you want to make an object unicode that is not yet unicode
but don't want to lose the taint information, you can use the
-`soft_unicode` function:
+`soft_unicode` function. (On Python 3 you can also use `soft_str` which
+is a different name for the same function).
>>> from markupsafe import soft_unicode
>>> soft_unicode(42)