From fbbc9937f638fd513b347b82a9bf111fa4f65e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sun, 5 Jul 2020 11:14:51 +0200 Subject: [PATCH] Fix a typo --- shared/views/autocomplete.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):