From f74f85807b2f3286bab78f272487c4959fda4633 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 24 Jul 2016 15:43:03 +0000 Subject: [PATCH] fixed ldap.dn.is_dn.__doc__ --- Lib/ldap/dn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/ldap/dn.py b/Lib/ldap/dn.py index 0abd6a5..45950e5 100644 --- a/Lib/ldap/dn.py +++ b/Lib/ldap/dn.py @@ -3,7 +3,7 @@ See http://www.python-ldap.org/ for details. -\$Id: dn.py,v 1.14 2016/07/24 15:42:17 stroeder Exp $ +\$Id: dn.py,v 1.15 2016/07/24 15:43:03 stroeder Exp $ Compability: - Tested with Python 2.0+ @@ -112,7 +112,7 @@ def explode_rdn(rdn,notypes=0,flags=0): def is_dn(s): """ - Returns True is `s' can be parsed by ldap.dn.dn2str() like as a + Returns True is `s' can be parsed by ldap.dn.str2dn() like as a distinguished host_name (DN), otherwise False is returned. """ try: