File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ class AndroidNotification:
98
98
the user clicks it (optional).
99
99
event_timestamp: For notifications that inform users about events with an absolute time
100
100
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
103
103
(optional).
104
104
local_only: Sets whether or not this notification is relevant only to the current device.
105
105
Some notifications can be bridged to other devices for remote display, such as a Wear OS
You can’t perform that action at this time.
0 commit comments