papi: fix typo in repr
[vpp.git] / src / vpp-api / python / vpp_papi / vpp_serializer.py
index b0be8c8..0929487 100644 (file)
@@ -272,7 +272,7 @@ class FixedList(Packer):
         return result, total
 
     def __repr__(self):
-        return "FixedList_(name=%s, field_type=%s, num=%s)" % (
+        return "FixedList(name=%s, field_type=%s, num=%s)" % (
             self.name, self.field_type, self.num)