Lot of doc fixes#2060
Lot of doc fixes#2060Bibo-Joshi merged 11 commits intopython-telegram-bot:doc-fixesfrom harshil21:doc-fixes
Conversation
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Hi. Thanks for the PR. You found quite a number of spelling mistakes :D
I left some comments for you.
True, False, None are now rendered with ``bool`` wherever they weren't in telegram and telegram.ext classes.
As usual, docs were cross-checked with official tg api docs.
As usual, docs were cross-checked with official tg api docs.
Mostly just added hyperlinks. And fixed message length doc. As usual, docs were cross-checked with official tg api docs.
Didn't bother changing too much since this seems to be a custom implementation.
As usual, cross-checked with official bot api docs.
|
Okay, I've covered all telegram files except for those under |
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Thanks for the update! I left a bit more of nitpicking. Also if (and only if!) changing True to :obj:`True` (same for False and None) is realatively quickly done for you, that would be the cherry on top ;)
Yea, I can do that. The main reasons I chose I'll switch it to |
Few tiny other fixes too.
Few tiny other doc fixes too.
|
Thank you for your effort! |
Doc fixes:
Doc fixes for most
telegramclasses. Also cross checked docs with official docs, except for some methods inbot.py.Doc fixes for
telegram.extclasses too.Doc fixes for
inlinerelated classes still left (will do soon).Doc fixes for
payment,passportandgameclasses/files.Also changed all
``True/False/None``to:obj:`True/False/None`as requested.