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 cb30928 commit 407df82Copy full SHA for 407df82
docs/develop/natmod.rst
@@ -202,7 +202,7 @@ Module usage in MicroPython
202
203
Once the module is built there should be a file called ``factorial.mpy``. Copy
204
this so it is accessible on the filesystem of your MicroPython system and can be
205
-found in the import path. The module con now be accessed in Python just like any
+found in the import path. The module can now be accessed in Python just like any
206
other module, for example::
207
208
import factorial
0 commit comments