typo in docstring. thanks Jim++

This commit is contained in:
Nikos Kouremenos 2005-11-30 14:26:49 +00:00
parent 164f45ecf4
commit f839968c6c
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class HistoryWindow:
iter = model.append((row[0], tim, row[2], row[3], row[4])) iter = model.append((row[0], tim, row[2], row[3], row[4]))
def on_results_treeview_row_activated(self, widget, path, column): def on_results_treeview_row_activated(self, widget, path, column):
'''a row was double clicked, get date from row, and select it in caledar '''a row was double clicked, get date from row, and select it in calendar
which results to showing conversation logs for that date''' which results to showing conversation logs for that date'''
# get currently selected date # get currently selected date
cur_year, cur_month, cur_day = self.calendar.get_date() cur_year, cur_month, cur_day = self.calendar.get_date()