Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
407df82f
Commit
407df82f
authored
Jan 09, 2021
by
Samuelson
Committed by
Damien George
Jan 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/develop/natmod: Fix a small typo, con->can.
parent
cb30928a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/develop/natmod.rst
docs/develop/natmod.rst
+1
-1
No files found.
docs/develop/natmod.rst
View file @
407df82f
...
...
@@ -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 c
o
n now be accessed in Python just like any
found in the import path. The module c
a
n now be accessed in Python just like any
other module, for example::
import factorial
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment