doc: capitalization correction to input/postproc/retaintouch.py

This commit is contained in:
Richard Larkin 2013-08-09 10:02:54 +02:00
parent c9568dff00
commit b9b5eec03b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class InputPostprocRetainTouch(object):
retain_time = 100
retain_distance = 50
The Distance parameter is in the range 0-1000 and time is in milliseconds.
The distance parameter is in the range 0-1000 and time is in milliseconds.
'''
def __init__(self):