Skip to content

Commit d06951a

Browse files
authored
[chores] Expanded docstring of get_notification_choices
1 parent 6797a36 commit d06951a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openwisp_notifications/types.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ def _unregister_notification_choice(notification_type):
115115

116116
def get_notification_choices():
117117
"""
118-
Returns the list of notification choices.
118+
Returns the list of notification choices, which may
119+
be dyanmically changed at runtime by other openwisp
120+
modules which register new notification types.
119121
"""
120122
return NOTIFICATION_CHOICES

0 commit comments

Comments
 (0)