Skip to content

Commit dc1d2ac

Browse files
committed
Add dummy method comment in documentation
1 parent 4066e63 commit dc1d2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/bot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ components.
277277
278278
@bot.poll_update
279279
def poll_update(poll):
280-
chat_id = mydb.retrieve_chat_by_poll_id(poll.id)
280+
chat_id = mydb.retrieve_chat_by_poll_id(poll.id) # Dummy method
281281
if poll.is_closed:
282282
bot.chat(chat_id).send('Poll final results!\n%s' %
283283
'\n'.join(['%s: %s' % (o.text, str(o.voter_count)) for o in poll.options]))
@@ -834,4 +834,4 @@ components.
834834

835835
.. deprecated:: 0.3 it will be removed in botogram 1.0
836836

837-
.. _`ISO 639-1 code`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
837+
.. _`ISO 639-1 code`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

0 commit comments

Comments
 (0)