22python-sane documentation
33*************************
44
5- The sane module is an Python interface to the SANE (Scanning is Now
5+ The sane module is a Python interface to the SANE (Scanning is Now
66Easy) library, which provides access to various raster scanning
77devices such as flatbed scanners and digital cameras. For more
88information about SANE, consult the SANE website at www.sane-
@@ -118,7 +118,7 @@ class class sane.SaneDev(devname)
118118 arr_snap()
119119
120120 Read image data and return a 3d numpy array of the shape
121- "(nbands, width, heigth )".
121+ "(nbands, width, height )".
122122
123123 Returns:
124124 A "numpy.array" object.
@@ -194,7 +194,7 @@ class class sane.SaneDev(devname)
194194 snap(no_cancel=False)
195195
196196 Read image data and return a "PIL.Image" object. An RGB image is
197- returned for multi-band images, a L image for single-band
197+ returned for multi-band images, an L image for single-band
198198 images. "no_cancel" is used for ADF scans by "_SaneIterator".
199199
200200 Returns:
@@ -210,7 +210,7 @@ class class sane.SaneDev(devname)
210210 Initiate a scanning operation.
211211
212212 Throws _sane.error:
213- If an error occurs, for instance if a option is set to an
213+ If an error occurs, for instance if an option is set to an
214214 invalid value.
215215
216216class class sane.Option(args, scanDev)
0 commit comments