mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Poll: Fix typo in documentation
This commit is contained in:
parent
1952dae6f7
commit
6b72672a1e
@ -25,7 +25,7 @@ Creates a poll that can be voted on in this way::
|
||||
And 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
|
||||
word of each answer to vote. For example, this creates a poll that
|
||||
|
@ -64,7 +64,7 @@ class Poll_(callbacks.Plugin):
|
||||
And 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
|
||||
word of each answer to vote. For example, this creates a poll that
|
||||
|
Loading…
Reference in New Issue
Block a user