You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ <h2>Download and Installation Instructions</h2>
39
39
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
40
40
They also load faster, and for some low-RAM boards, are required because the <b>.py</b> files
41
41
are too large to compile on the board itself.
42
-
<strong>Unless you need the source version, choose the appropiate<b>.mpy</b> library bundle!</strong>
42
+
<strong>Unless you need the source version, choose the appropriate<b>.mpy</b> library bundle!</strong>
43
43
If you need to compile <b>.py</b> files to <b>.mpy</b>, you can
44
44
<ahref="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#how-can-i-create-my-own-mpy-files-3020687-11">run the <b>mpy-cross</b>
0 commit comments