Skip to content

Commit 407df82

Browse files
SamuelsonEVdpgeorge
authored andcommitted
docs/develop/natmod: Fix a small typo, con->can.
1 parent cb30928 commit 407df82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/natmod.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Module usage in MicroPython
202202

203203
Once the module is built there should be a file called ``factorial.mpy``. Copy
204204
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
205+
found in the import path. The module can now be accessed in Python just like any
206206
other module, for example::
207207

208208
import factorial

0 commit comments

Comments
 (0)