We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a548e37 commit 2067566Copy full SHA for 2067566
examples/ex04_imread_imwrite.py
@@ -32,7 +32,7 @@
32
# Display the modified image
33
cv2.imshow(display, edges)
34
35
-# Now we'll save the modified image to the MicroPyhton filesystem using
+# Now we'll save the modified image to the MicroPython filesystem using
36
# `cv2.imwrite()`, just like in any other Python environment!
37
#
38
# Again, SD cards are supported, just change the path to point to the SD card
0 commit comments