Skip to content

Commit 4c391f9

Browse files
committed
Update docs
1 parent 476777e commit 4c391f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase_admin/_messaging_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class AndroidNotification:
9898
the user clicks it (optional).
9999
event_timestamp: For notifications that inform users about events with an absolute time
100100
reference, sets the time that the event in the notification occurred as a
101-
``datetime.datetime`` instance. If the ``datetime.datetime`` instance is naive it will
102-
be assumed to be in the UTC timezone. Notifications in the panel are sorted by this time
101+
``datetime.datetime`` instance. If the ``datetime.datetime`` instance is naive, it
102+
defaults to be in the UTC timezone. Notifications in the panel are sorted by this time
103103
(optional).
104104
local_only: Sets whether or not this notification is relevant only to the current device.
105105
Some notifications can be bridged to other devices for remote display, such as a Wear OS

0 commit comments

Comments
 (0)