Skip to content

Commit df6e174

Browse files
committed
Fix InputPhoneContact docstring
1 parent 4f2928e commit df6e174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/types/input_media/input_phone_contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
class InputPhoneContact(Object):
2626
"""A Phone Contact to be added in your Telegram address book.
27-
It is intended to be used with :meth:`~Client.add_contacts() <pyrogram.Client.add_contacts>`
27+
It is intended to be used with :meth:`~pyrogram.Client.add_contacts()`
2828
2929
Parameters:
3030
phone (``str``):

0 commit comments

Comments
 (0)