Skip to content

Commit 0e64ebc

Browse files
authored
Fix typo (pyrogram#1029)
1 parent 31b3218 commit 0e64ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/contacts/delete_contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async def delete_contacts(
3333
3434
Parameters:
3535
user_ids (``int`` | ``str`` | List of ``int`` or ``str``):
36-
A single user id/username o a list of user identifiers (id or username).
36+
A single user id/username or a list of user identifiers (id or username).
3737
3838
Returns:
3939
:obj:`~pyrogram.types.User` | List of :obj:`~pyrogram.types.User` | ``None``: In case *user_ids* was an

0 commit comments

Comments
 (0)