From 56edd26787d33840d12ba98ad440bdc4994b5ea5 Mon Sep 17 00:00:00 2001 From: Omid-eD <51051081+Omid-eD@users.noreply.github.com> Date: Sun, 25 Apr 2021 03:05:05 +0430 Subject: [PATCH] Fix Typo in messaging.py --- firebase_admin/messaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.