Skip to content

Commit 9e3ec32

Browse files
committed
Tweak print in example 2
1 parent dfff6f2 commit 9e3ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ex02_imread_imwrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# card and change the path to point to the SD card
1010
#
1111
# Note - only BMP and PNG formats are currently supported in MicroPython OpenCV
12-
print("Loading image, this may take a few seconds...")
12+
print("Loading image...")
1313
img = cv2.imread("test_images/sparkfun_logo.png")
1414

1515
# Show the image for 1 second

0 commit comments

Comments
 (0)