summaryrefslogtreecommitdiff
path: root/Mailman/tests/test_documentation.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/tests/test_documentation.py')
-rw-r--r--Mailman/tests/test_documentation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/tests/test_documentation.py b/Mailman/tests/test_documentation.py
index c6ba0a1d6..9de74e109 100644
--- a/Mailman/tests/test_documentation.py
+++ b/Mailman/tests/test_documentation.py
@@ -36,8 +36,8 @@ COMMASPACE = ', '
-def specialized_message_from_string(string):
- return message_from_string(string, Message)
+def specialized_message_from_string(text):
+ return message_from_string(text, Message)
def setup(testobj):