summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/echo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/docs/echo.rst')
-rw-r--r--src/mailman/commands/docs/echo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/echo.rst b/src/mailman/commands/docs/echo.rst
index 32399ebfc..686accf2c 100644
--- a/src/mailman/commands/docs/echo.rst
+++ b/src/mailman/commands/docs/echo.rst
@@ -24,7 +24,7 @@ The original message is ignored, but the results receive the echoed command.
>>> from mailman.email.message import Message
>>> print(command.process(mlist, Message(), {}, ('foo', 'bar'), results))
ContinueProcessing.yes
- >>> print(unicode(results))
+ >>> print(results.decode('utf-8'))
The results of your email command are provided below.
<BLANKLINE>
echo foo bar