Skip to content
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

chore: remove repetitive words #4158

Merged
merged 1 commit into from Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion telegram/_bot.py
Expand Up @@ -7161,7 +7161,7 @@ async def set_my_default_administrator_rights(
) -> bool:
"""Use this method to change the default administrator rights requested by the bot when
it's added as an administrator to groups or channels. These rights will be suggested to
users, but they are are free to modify the list before adding the bot.
users, but they are free to modify the list before adding the bot.

.. seealso:: :meth:`get_my_default_administrator_rights`

Expand Down
2 changes: 1 addition & 1 deletion tests/ext/test_updater.py
Expand Up @@ -1039,7 +1039,7 @@ async def return_true(*args, **kwargs):
assert updater.running is False

async def test_webhook_ssl_just_for_telegram(self, monkeypatch, updater):
"""Here we just test that the SSL info is pased to Telegram, but __not__ to the the
"""Here we just test that the SSL info is pased to Telegram, but __not__ to the
webhook server"""

async def set_webhook(**kwargs):
Expand Down