From 4fa548ca4f29ebbe0d380509f77b397d82ece464 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 9 Oct 2015 11:17:02 +0100 Subject: [PATCH] tests: Fix a typo in the MboxPassThroughHeaderTest description Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- patchwork/tests/test_mboxviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/tests/test_mboxviews.py b/patchwork/tests/test_mboxviews.py index 02d04cbe..fbea3221 100644 --- a/patchwork/tests/test_mboxviews.py +++ b/patchwork/tests/test_mboxviews.py @@ -132,7 +132,7 @@ class MboxBrokenFromHeaderTest(TestCase): """ Test that a person with characters outside ASCII in his name do produce correct From header. As RFC 2822 state we must retain the - format for the mail while the name part may be coded + format for the mail while the name part may be coded in some ways. """ def setUp(self): -- 2.47.3