Skip to content

Commit 4d27a2b

Browse files
authored
Fix Typo in messaging.py (#546)
1 parent dcd3a86 commit 4d27a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/messaging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def send(message, dry_run=False, app=None):
106106
app: An App instance (optional).
107107
108108
Returns:
109-
string: A message ID string that uniquely identifies the sent the message.
109+
string: A message ID string that uniquely identifies the sent message.
110110
111111
Raises:
112112
FirebaseError: If an error occurs while sending the message to the FCM service.

0 commit comments

Comments
 (0)