diff --git a/plugins/Poll/README.rst b/plugins/Poll/README.rst index b748cc38e..238ef71a6 100644 --- a/plugins/Poll/README.rst +++ b/plugins/Poll/README.rst @@ -25,7 +25,7 @@ Creates a poll that can be voted on in this way:: And results:: @poll results - 2 votes for No, 1 vote for Yes, and 0 votes for Maybe", + 2 votes for No, 1 vote for Yes, and 0 votes for Maybe Longer answers are possible, and voters only need to use the first word of each answer to vote. For example, this creates a poll that diff --git a/plugins/Poll/plugin.py b/plugins/Poll/plugin.py index cc1961b7d..caf33a22a 100644 --- a/plugins/Poll/plugin.py +++ b/plugins/Poll/plugin.py @@ -64,7 +64,7 @@ class Poll_(callbacks.Plugin): And results:: @poll results - 2 votes for No, 1 vote for Yes, and 0 votes for Maybe", + 2 votes for No, 1 vote for Yes, and 0 votes for Maybe Longer answers are possible, and voters only need to use the first word of each answer to vote. For example, this creates a poll that