X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=profile_segment.py;h=b0ca4c4cb36e16bf4fdd7d150b7b35f0148f3c9e;hp=b7e1f24ca1f7049f7fc588e547e7deba37ef9e4c;hb=238f42801fed31007932d28e2d8e517081c9542d;hpb=69b6d701d4298a125c51cd0ac8e884359f93a6ad diff --git a/profile_segment.py b/profile_segment.py index b7e1f24..b0ca4c4 100644 --- a/profile_segment.py +++ b/profile_segment.py @@ -146,7 +146,7 @@ class ProfilType() : prof_seg_nb.AddPage(ntab, 'classe %i' % (i + 1)) else : self.DictSpec, first = ReadList(self.outprof) - self.ListPan = ListForSpec(self.parent, self, self.DictSpec, first) + self.ListPan = ListForSpec(self.parent, self, self.DictSpec, first[1:]) prof_seg_nb.AddPage(self.ListPan, u'Spécificités') page.AddPage(prof_seg_nb, u'Profils des types')