From 5e1a53de33300fc5e1f33520f86419cd65fb2535 Mon Sep 17 00:00:00 2001 From: Italo Valcy Date: Mon, 29 Jul 2024 18:24:19 -0300 Subject: [PATCH] fix typo --- sdx_lc/models/port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdx_lc/models/port.py b/sdx_lc/models/port.py index dc62f51..bf41719 100644 --- a/sdx_lc/models/port.py +++ b/sdx_lc/models/port.py @@ -55,7 +55,7 @@ def __init__( :type mtu: int :param services: The services of this Port. # noqa: E501 :type services: Service - :param private: The private of this Port. # noqa: E501 + :param private: The private attributes of this Port. # noqa: E501 :type private: List[str] """ self.swagger_types = {