Skip to content

Fix docstring for subscribeParam() with a parameterGroup

Fabian Sorn requested to merge fsorn/pyjapc:documentation_fix into master

As part of this Merge Request we have found a small mistake in the documentation of subscribeParam(). When subscribing to a Parameter Group, the first value passed to the callback is a list of parameter names. This MR contains an update for the docstring.

Merge request reports