Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling

This commit is contained in:
Jason Gerard DeRose
2009-12-18 10:56:13 -05:00
committed by Rob Crittenden
parent bf9d4c5984
commit ab1aba5a9a
7 changed files with 106 additions and 32 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ class LDAPUpdate:
self.conn.deleteEntry(dn)
self.modified = True
except errors.NotFound, e:
logging.info("Deleting non-existant entry %s", e)
logging.info("Deleting non-existent entry %s", e)
self.modified = True
except errors.DatabaseError, e:
logging.error("Delete failed: %s", e)