Skip to content

Commit

Permalink
chore: remove repetitive words (#1438)
Browse files Browse the repository at this point in the history
Signed-off-by: avoidaway <[email protected]>
  • Loading branch information
avoidaway committed Mar 17, 2024
1 parent 506dacc commit acf52f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Misc

.. danger::

Note that this issue has breaking changes described in in the Bot API changelog,
Note that this issue has breaking changes described in the Bot API changelog,
this changes is not breaking in the API but breaking inside aiogram because
Beta stage is not finished.
`#1139 <https://github.com/aiogram/aiogram/issues/1139>`_
Expand Down
2 changes: 1 addition & 1 deletion aiogram/types/inline_query_result_voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class InlineQueryResultVoice(InlineQueryResult):
"""
Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input_message_content* to send a message with the specified content instead of the the voice message.
Represents a link to a voice recording in an .OGG container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use *input_message_content* to send a message with the specified content instead of the voice message.
Source: https://core.telegram.org/bots/api#inlinequeryresultvoice
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ msgstr ""
#~ "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"
#~ "users, but they are free to"
#~ " modify the list before adding the"
#~ " bot. Returns :code:`True` on success."
#~ msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ msgid ""
"Represents a link to a voice recording in an .OGG container encoded with "
"OPUS. By default, this voice recording will be sent by the user. "
"Alternatively, you can use *input_message_content* to send a message with"
" the specified content instead of the the voice message. **Note:** This "
" the specified content instead of the voice message. **Note:** This "
"will only work in Telegram versions released after 9 April, 2016. Older "
"clients will ignore them."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/uk_UA/LC_MESSAGES/changelog.po
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ msgstr ""

#: ../../../CHANGES.rst:395
msgid ""
"Note that this issue has breaking changes described in in the Bot API "
"Note that this issue has breaking changes described in the Bot API "
"changelog, this changes is not breaking in the API but breaking inside "
"aiogram because Beta stage is not finished."
msgstr ""
Expand Down

0 comments on commit acf52f4

Please sign in to comment.