diff --git a/shared/views/autocomplete.py b/shared/views/autocomplete.py index d7d61b13..4aed6a2e 100644 --- a/shared/views/autocomplete.py +++ b/shared/views/autocomplete.py @@ -195,8 +195,8 @@ class Compose: ... ... def result_uuid(self, user): ... # Assuming that `.username` stores the clipper login of already - ... # registered this avoids showing the same user twice (here and in the - ... # ldap unit). + ... # registered users, this avoids showing the same user twice (here and in + ... # then ldap unit). ... return user.username >>> >>> class UserAndClipperSearch(Compose):