mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
samba-tool:: s/the the\b/the/ in docstring
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
a784444c77
commit
a42bff66d1
@ -136,7 +136,7 @@ ENCODERS = {
|
||||
|
||||
|
||||
def encode_by_key(k, v):
|
||||
"""Convert an attribute into a printable form, using the the attribute
|
||||
"""Convert an attribute into a printable form, using the attribute
|
||||
name to guess the best format."""
|
||||
fn = ENCODERS.get(k, lambda x: str(x))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user