From 4b84821749a298646fc590559bb2fcb370c98108 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:24:55 +1200 Subject: [PATCH] pytest: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- python/samba/tests/gkdi.py | 2 +- python/samba/tests/samba_tool/contact.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/samba/tests/gkdi.py b/python/samba/tests/gkdi.py index 1fec624248b..3916c76d53e 100644 --- a/python/samba/tests/gkdi.py +++ b/python/samba/tests/gkdi.py @@ -574,7 +574,7 @@ def create_root_key( ) -> Tuple[misc.GUID, ldb.Dn]: # [MS-GKDI] 3.1.4.1.1, “Creating a New Root Key”, states that if the # server receives a GetKey request and the root keys container in Active - # Directory is empty, the the server must create a new root key object + # Directory is empty, the server must create a new root key object # based on the default Server Configuration object. Additional root keys # are to be created based on either the default Server Configuration # object or an updated one specifying optional configuration values. diff --git a/python/samba/tests/samba_tool/contact.py b/python/samba/tests/samba_tool/contact.py index 2bec8135f87..39e96231692 100644 --- a/python/samba/tests/samba_tool/contact.py +++ b/python/samba/tests/samba_tool/contact.py @@ -55,7 +55,7 @@ class ContactCmdTestCase(SambaToolCmdTest): "mobile": "12345"}) self.contacts.append(contact) - # No 'name' is given here, so the name will be made from the the + # No 'name' is given here, so the name will be made from the # sn, initials and givenName attributes. contact = self._randomContact({"expectedname": "James T. Kirk", "sn": "Kirk", -- 2.47.3