-
Notifications
You must be signed in to change notification settings - Fork 6k
Lot of doc fixes #2060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lot of doc fixes #2060
Conversation
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.