Fix a typo

This commit is contained in:
Martin Pépin 2020-07-05 11:14:51 +02:00
parent e9f00b4f06
commit fbbc9937f6
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -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):