Skip to content

Commit 5e28483

Browse files
committed
typo fix
1 parent 6289a60 commit 5e28483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pombola/south_africa/views/person.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def get_attendance_stats(self, attendance_by_year):
361361
}
362362
)
363363

364-
# 2024 is split for 6th and 7th parliament. This puth 7th parliament before 6th in the list.
364+
# 2024 is split for 6th and 7th parliament. This puts 7th parliament before 6th in the list.
365365
if return_data[0]['year'] == '2024 (6th Parliament)':
366366
return_data.insert(1, return_data.pop(0))
367367

0 commit comments

Comments
 (0)