Skip to content

Commit 6f4a14c

Browse files
authored
Merge pull request #27 from radarhere/typos
Fixed typos
2 parents 42f3858 + d686a1c commit 6f4a14c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
print('Device parameters:', params, "\n Resolutions %d, x %d, y %d "%(dev.resolution, dev.x_resolution, dev.y_resolution))
5353

5454
#
55-
# Start a scan and get and PIL.Image object
55+
# Start a scan and get a PIL.Image object
5656
#
5757
dev.start()
5858
im = dev.snap()
@@ -62,7 +62,7 @@
6262
#
6363
# Start another scan and get a numpy array object
6464
#
65-
# Initiate the scan and get and numpy array
65+
# Initiate the scan and get a numpy array
6666
dev.start()
6767
arr = dev.arr_snap()
6868
print("Array shape: %s, size: %d, type: %s, range: %d-%d, mean: %.1f, stddev: "

sanedoc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Example
328328
print('Device parameters:', params)
329329

330330
#
331-
# Start a scan and get and PIL.Image object
331+
# Start a scan and get a PIL.Image object
332332
#
333333
dev.start()
334334
im = dev.snap()
@@ -338,7 +338,7 @@ Example
338338
#
339339
# Start another scan and get a numpy array object
340340
#
341-
# Initiate the scan and get and numpy array
341+
# Initiate the scan and get a numpy array
342342
dev.start()
343343
arr = dev.arr_snap()
344344
print("Array shape: %s, size: %d, type: %s, range: %d-%d, mean: %.1f, stddev: "

0 commit comments

Comments
 (0)