From 754e7123729eb11ebeb20e0be674faaca3d5d1e5 Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Sun, 3 May 2015 08:42:07 +0200 Subject: [PATCH] Typo --- plone/app/discussion/tests/test_comments_viewlet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/tests/test_comments_viewlet.py b/plone/app/discussion/tests/test_comments_viewlet.py index 82a9de3..ad3e08d 100644 --- a/plone/app/discussion/tests/test_comments_viewlet.py +++ b/plone/app/discussion/tests/test_comments_viewlet.py @@ -185,7 +185,7 @@ class TestCommentForm(unittest.TestCase): self.assertEquals(comment.text, u"foobar") comments = IConversation(commentForm.context).getComments() - comments = [comment for comment in comments] # consume itertor + comments = [comment for comment in comments] # consume iterator self.assertEqual(len(comments), 1) for comment in comments: