fixed comment

This commit is contained in:
Andreas Preikschat 2011-10-31 10:14:07 +01:00
parent 94c99d1b3d
commit 71c6a7315c
1 changed files with 2 additions and 2 deletions

View File

@ -531,8 +531,8 @@ class SlideController(QtGui.QWidget):
else:
# The timer timed out.
if self.current_shortcut in keys:
# We had more than one match (e. g. "V1" and "V10", but "V1" was
# the slide we wanted to go.
# We had more than one match for example "V1" and "V10", but
# "V1" was the slide we wanted to go.
self.__checkUpdateSelectedSlide(
self.slideList[self.current_shortcut])
self.slideSelected()