diff --git a/firebase_admin/messaging.py b/firebase_admin/messaging.py index 7c92a3d8d..548bcfc37 100644 --- a/firebase_admin/messaging.py +++ b/firebase_admin/messaging.py @@ -106,7 +106,7 @@ def send(message, dry_run=False, app=None): app: An App instance (optional). Returns: - string: A message ID string that uniquely identifies the sent the message. + string: A message ID string that uniquely identifies the sent message. Raises: FirebaseError: If an error occurs while sending the message to the FCM service.