docstring typo fixes

svn: r15036
This commit is contained in:
Raphael Ackermann
2010-04-05 13:10:29 +00:00
parent d79961ff0b
commit 844002e312
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ import time
class UpdateCallback(object):
"""
Basic class providing way of calling the callback to update
things during lenghty operations.
things during lengthy operations.
"""
def __init__(self, callback, interval=1):