gitter: Fix minor comment typo in build_userprofile.

This commit is contained in:
Vishnu Ks
2019-03-11 16:30:09 +05:30
committed by Tim Abbott
parent 4f2c9f46bd
commit 6e3720e0b7

View File

@@ -55,7 +55,7 @@ def build_userprofile(timestamp: Any, domain_name: str,
"""
Returns:
1. zerver_userprofile, which is a list of user profile
2. avatar_list, which is list to map avatars to zulip avatard records.json
2. avatar_list, which is list to map avatars to zulip avatars records.json
3. added_users, which is a dictionary to map from gitter user id to zulip id
"""
logging.info('######### IMPORTING USERS STARTED #########\n')