bindings: python: fix the default_val argument name in the doc string
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 9 Aug 2019 09:47:24 +0000 (11:47 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 9 Aug 2019 09:49:09 +0000 (11:49 +0200)
commitb33cb2aa56f2c8ac21a414ac66ba4c733d1c9444
tree9ca014856ba6650f924aa1c12fa2c564c74e13b7
parent2967e9455694defafe616c3c38149408c915b61f
bindings: python: fix the default_val argument name in the doc string

The argument in Line.request() is called default_val, not default_vals.
For backward compatibility with older versions default_vals would still
work if it was passed a tuple or list, but let's not confuse users:
default_val is the preferred way for single lines.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c