chore: fix reference link for api in docstring

This commit is contained in:
Himanshu Warekar 2019-09-06 17:14:12 +05:30
parent db331620f2
commit e3d044473d

View file

@ -137,7 +137,7 @@ def sync(g_contact=None):
def sync_contacts_from_google_contacts(g_contact):
"""
Syncs Contacts from Google Contacts.
https://developers.google.com/people/api/rest/v1/contactGroups/list
https://developers.google.com/people/api/rest/v1/people.connections/list
"""
google_contacts, account = get_google_contacts_object(g_contact)