Skip to content

Commit b86e09f

Browse files
committed
Documentation updates
1 parent e4789fa commit b86e09f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sane.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ def get_parameters(self):
251251
252252
:returns: A tuple containing the device settings.
253253
:raises _sane.error: If an error occurs.
254+
255+
Note: Some backends may return different parameters depending on
256+
whether :func:`SaneDev.start` was called or not.
254257
"""
255258
return self.__dict__['dev'].get_parameters()
256259

@@ -377,7 +380,7 @@ def get_devices(localOnly=False):
377380
* `vendor` -- The device vendor.
378381
* `mode` -- The device model vendor.
379382
* `type` -- the device type, such as
380-
` `"virtual device"`` or ``"video camera"``.
383+
``"virtual device"`` or ``"video camera"``.
381384
382385
:returns: A list of scanning devices.
383386
:raises _sane.error: If an error occurs.

0 commit comments

Comments
 (0)