summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2021-01-18 16:48:21 +0100
committerStefan Metzmacher <metze@samba.org>2021-11-02 21:52:16 +0000
commit5363e0340d74666e29f2c367e24e1035f5279a9b (patch)
tree4ba6b2edb723aa40a387845fe1cbbae6d58be9c8 /lib
parentbbc5373b87279a4a51f3de8ab10fe15680b34d56 (diff)
downloadsamba-5363e0340d74666e29f2c367e24e1035f5279a9b.tar.gz
pyldb: fix a typo
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Rowland penny <rpenny@samba.org> (cherry picked from commit 6fcde09f093db5d26c582a3c28531265f06b9fde)
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/pyldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c
index df7c5c54eaa..3f4b0c7a45c 100644
--- a/lib/ldb/pyldb.c
+++ b/lib/ldb/pyldb.c
@@ -4314,7 +4314,7 @@ static PyMethodDef py_ldb_global_methods[] = {
"S.string_to_time(string) -> int\n\n"
"Parse a LDAP time string into a UNIX timestamp." },
{ "valid_attr_name", py_valid_attr_name, METH_VARARGS,
- "S.valid_attr_name(name) -> bool\n\nn"
+ "S.valid_attr_name(name) -> bool\n\n"
"Check whether the supplied name is a valid attribute name." },
{ "binary_encode", py_binary_encode, METH_VARARGS,
"S.binary_encode(string) -> string\n\n"