diff --git a/lib/entropy/locks.py b/lib/entropy/locks.py index 22bc5f36c..c7499d4fb 100644 --- a/lib/entropy/locks.py +++ b/lib/entropy/locks.py @@ -489,7 +489,7 @@ class UpdatesNotificationResourceLock(ResourceLock): If you want to run an install queue, acquire this in shared mode, if you want to notify available updates, try to acquire this in - exclusive non blocking mode. + exclusive mode. """ def __init__(self, output=None):