Fix speling and grandma mistakes

Several in WaitableInputDevice's attribute docstrings.
This commit is contained in:
Dave Jones
2015-11-04 15:30:22 +00:00
parent e51f3e1901
commit 04c30d1ad2

View File

@@ -149,8 +149,8 @@ class WaitableInputDevice(InputDevice):
This can be set to a function which accepts no (mandatory) parameters,
or a Python function which accepts a single mandatory parameter (with
as many optional parameters as you like). If the function accepts a
single mandatory parameter, the device that activates will be passed as
that parameter.
single mandatory parameter, the device that activated will be passed
as that parameter.
Set this property to `None` (the default) to disable the event.
@@ -169,10 +169,10 @@ class WaitableInputDevice(InputDevice):
inactive.
This can be set to a function which accepts no (mandatory) parameters,
or a Python function which accepts a single mandatory parameter (which
or a Python function which accepts a single mandatory parameter (with
as many optional parameters as you like). If the function accepts a
single mandatory parameter, the device the deactives will be passed as
that parameter.
single mandatory parameter, the device that deactivated will be
passed as that parameter.
Set this property to `None` (the default) to disable the event.