From 33f0ab370c0723ee88abd69576de38699a8a0ea1 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 24 Jul 2016 15:59:45 +0000 Subject: [PATCH] fixed __doc__ --- Tests/t_ldap_dn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/t_ldap_dn.py b/Tests/t_ldap_dn.py index 553e2e5..2183d3a 100644 --- a/Tests/t_ldap_dn.py +++ b/Tests/t_ldap_dn.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Automatic tests for module ldap.functions +Automatic tests for module ldap.dn """ # from Python's standard lib