mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
python: Fix spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
5de640fc58
commit
6c6db88dda
@@ -142,7 +142,7 @@ class ComplexExpressionTests(TestCase):
|
||||
|
||||
# Take an ldap expression and an equivalent python expression.
|
||||
# Run and time the ldap expression and compare the result to the python
|
||||
# expression run over the a list of ldap_object dicts.
|
||||
# expression run over a list of ldap_object dicts.
|
||||
def assertLDAPQuery(self, ldap_expr, ou_dn, py_expr, ldap_objects):
|
||||
|
||||
# run (and time) the LDAP search expression over the DB
|
||||
|
||||
Reference in New Issue
Block a user