Some minor doc fixes for 1.2

This commit is contained in:
Dave Jones
2016-04-09 10:30:03 +01:00
parent 4e75d49355
commit 8c4096b19c
3 changed files with 12 additions and 8 deletions

View File

@@ -31,6 +31,13 @@ class CompositeOutputDevice(SourceMixin, CompositeDevice):
Extends :class:`CompositeDevice` with :meth:`on`, :meth:`off`, and
:meth:`toggle` methods for controlling subordinate output devices. Also
extends :attr:`value` to be writeable.
:param list _order:
If specified, this is the order of named items specified by keyword
arguments (to ensure that the :attr:`value` tuple is constructed with a
specific order). All keyword arguments *must* be included in the
collection. If omitted, an alphabetically sorted order will be selected
for keyword arguments.
"""
def on(self):