]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool:: s/the the\b/the/ in docstring
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:24:20 +0000 (14:24 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
python/samba/netcmd/domain/kds/root_key.py

index dcbdec27399b078057769e1a52d78c3d54b19677..61237ff9c2b3d00bf45bbaf906739cc0acf65d07 100644 (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))