Skip to content

Commit 2067566

Browse files
committed
Fix typo in comment
1 parent a548e37 commit 2067566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ex04_imread_imwrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Display the modified image
3333
cv2.imshow(display, edges)
3434

35-
# Now we'll save the modified image to the MicroPyhton filesystem using
35+
# Now we'll save the modified image to the MicroPython filesystem using
3636
# `cv2.imwrite()`, just like in any other Python environment!
3737
#
3838
# Again, SD cards are supported, just change the path to point to the SD card

0 commit comments

Comments
 (0)