Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Priebe committed Aug 26, 2024
1 parent b3e2abf commit e5acb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfcm/baseapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def parse_response(self, response):
Parses the json response sent back by the server and tries to get out the important return variables
Returns:
dict: name (str) - uThe identifier of the message sent, in the format of projects/*/messages/{message_id}
dict: name (str) - The identifier of the message sent, in the format of projects/*/messages/{message_id}
Raises:
FCMServerError: FCM is temporary not available
Expand Down
2 changes: 1 addition & 1 deletion pyfcm/fcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def notify(
timeout (int, optional): Set time limit for the request
Returns:
dict: name (str) - uThe identifier of the message sent, in the format of projects/*/messages/{message_id}
dict: name (str) - The identifier of the message sent, in the format of projects/*/messages/{message_id}
Raises:
AuthenticationError: If api_key is not set or provided or there is an error authenticating the sender.
Expand Down

0 comments on commit e5acb1a

Please sign in to comment.