Skip to content

Commit eb6c54d

Browse files
committed
Typoe fixed
1 parent 4e1a095 commit eb6c54d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/ldif.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
See https://www.python-ldap.org/ for details.
55
"""
6-
__version__ = '3.4.4-dev1'
6+
__version__ = '3.4.4'
77

88
__all__ = [
99
# constants
@@ -469,7 +469,7 @@ def handle_modify(self,dn,modops,controls=None):
469469
def handle_add(self,dn, entry):
470470
"""
471471
Process a single LDIF record representing a single add operation.
472-
This method should be implemented by applicatins using LDIFParser.
472+
This method should be implemented by applications using LDIFParser.
473473
474474
Args:
475475
dn (str): DN of the new object to be created

0 commit comments

Comments
 (0)