Fix comment

(imported from commit 6f8eac90e5b011bd25b09e562ebcb9d2cae39a06)
This commit is contained in:
Zev Benjamin 2013-08-12 14:49:34 -04:00
parent bcc03dd4ab
commit 6fcfcf3f32

View File

@ -375,8 +375,8 @@ def extract_recipients(raw_recipients):
return list(set(recipient for recipient in recipients if recipient))
# check_send_message:
# Returns None on success or the error message on error.
# has same argspec as check_message
# Returns the id of the sent message on success or the error message on error.
# Has same argspec as check_message
def check_send_message(*args, **kwargs):
message = check_message(*args, **kwargs)
if(type(message) != dict):