We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6289a60 commit 5e28483Copy full SHA for 5e28483
pombola/south_africa/views/person.py
@@ -361,7 +361,7 @@ def get_attendance_stats(self, attendance_by_year):
361
}
362
)
363
364
- # 2024 is split for 6th and 7th parliament. This puth 7th parliament before 6th in the list.
+ # 2024 is split for 6th and 7th parliament. This puts 7th parliament before 6th in the list.
365
if return_data[0]['year'] == '2024 (6th Parliament)':
366
return_data.insert(1, return_data.pop(0))
367
0 commit comments