mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
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)
This commit is contained in:
parent
e6aff15a77
commit
7158c94706
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user