From 407df82f813d7a8d522b5b43e39f91816dea26a6 Mon Sep 17 00:00:00 2001 From: Samuelson <59143578+TheNameIsSamSamuelson@users.noreply.github.com> Date: Sat, 9 Jan 2021 11:33:07 -0300 Subject: [PATCH] docs/develop/natmod: Fix a small typo, con->can. --- docs/develop/natmod.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/natmod.rst b/docs/develop/natmod.rst index a4c188719a..8ffe49591c 100644 --- a/docs/develop/natmod.rst +++ b/docs/develop/natmod.rst @@ -202,7 +202,7 @@ Module usage in MicroPython Once the module is built there should be a file called ``factorial.mpy``. Copy this so it is accessible on the filesystem of your MicroPython system and can be -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 other module, for example:: import factorial