Poll: Fix typo in documentation

This commit is contained in:
Valentin Lorentz 2021-06-23 11:37:37 +02:00
parent 1952dae6f7
commit 6b72672a1e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Creates a poll that can be voted on in this way::
And results:: And results::
<admin> @poll results <admin> @poll results
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe", <bot> 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 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 word of each answer to vote. For example, this creates a poll that

View File

@ -64,7 +64,7 @@ class Poll_(callbacks.Plugin):
And results:: And results::
<admin> @poll results <admin> @poll results
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe", <bot> 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 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 word of each answer to vote. For example, this creates a poll that