Skip to content

Commit

Permalink
Fixed: typo in function urgency
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Nov 23, 2022
1 parent 09954b9 commit 88343a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifypy/notify.py
Expand Up @@ -256,7 +256,7 @@ def application_name(self, new_application_name):
@property
def urgency(self):
"""The urgency of the notification (low, normal, critical)
Work only with libnotify (Linux), as of now
Works only with libnotify (Linux), as of now
Returns:
str: The urgency of the notification.
Expand Down

0 comments on commit 88343a0

Please sign in to comment.