<div dir="ltr">Reviewed-by: Andrew Bailey <<a href="mailto:abailey@iol.unh.edu">abailey@iol.unh.edu</a>><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Bring a line which is too long under 100 characters, which<br>
is the limit.<br>
<br>
Fixes: f6fb8c6238db ("dts: add link check on testpmd port start")<br>
<br>
Signed-off-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu" target="_blank">probb@iol.unh.edu</a>><br>
---<br>
 dts/api/testpmd/__init__.py | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/dts/api/testpmd/__init__.py b/dts/api/testpmd/__init__.py<br>
index b6f5a8f0da..e98f882b14 100644<br>
--- a/dts/api/testpmd/__init__.py<br>
+++ b/dts/api/testpmd/__init__.py<br>
@@ -96,7 +96,7 @@ def _requires_started_ports(func: TestPmdMethod) -> TestPmdMethod:<br>
         func: The :class:`TestPmd` method to decorate.<br>
<br>
     Raises:<br>
-        InteractiveCommandExecutionError: If the ports has been started but a port link will not come up.<br>
+        InteractiveCommandExecutionError: If ports have been started but the link won't come up.<br>
     """<br>
<br>
     @functools.wraps(func)<br>
-- <br>
2.49.0<br>
<br>
</blockquote></div>