mirror of https://github.com/kivy/kivy.git
doc: capitalization correction to input/postproc/retaintouch.py
This commit is contained in:
parent
c9568dff00
commit
b9b5eec03b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue