1
0
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:
Douglas Bagnall 2024-09-13 14:24:20 +12:00 committed by Volker Lendecke
parent a784444c77
commit a42bff66d1

View File

@ -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))