]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:subunit: Fix docstring
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 17 Aug 2023 00:45:05 +0000 (12:45 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Aug 2023 23:37:29 +0000 (23:37 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/subunit/run.py

index d331c79ab0d92a6d1a5f7ad2f06f969fac938ceb..f8adc7722cce5c7cb457c66c10be0eef7282264a 100755 (executable)
@@ -160,7 +160,7 @@ class TestProtocolClient(unittest.TestResult):
     def time(self, a_datetime):
         """Inform the client of the time.
 
-        ":param datetime: A datetime.datetime object.
+        ":param a_datetime: A datetime.datetime object.
         """
         time = a_datetime.astimezone(datetime.timezone.utc)
         self._stream.write("time: %04d-%02d-%02d %02d:%02d:%02d.%06dZ\n" % (