Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
ed4e5d25
Commit
ed4e5d25
authored
9 years ago
by
Damien George
Browse files
Options
Downloads
Patches
Plain Diff
docs/library/index: Fix grammar and spelling in intro paragraph.
parent
0b972581
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/library/index.rst
+13
-13
13 additions, 13 deletions
docs/library/index.rst
with
13 additions
and
13 deletions
docs/library/index.rst
+
13
−
13
View file @
ed4e5d25
MicroPython libraries
=====================
This chapter describe
d
modules (function and class libraries) which are built
into MicroPython. There are few categories of modules:
* Modules which implement subset of standard Python functionality and are not
intended to be extended by
a
user.
* Modules which
are
implement subset of Python functionality, with a provision
for extension by
a
user (via Python code).
* Modules which implement MicroPython extensions to Python standard libraries.
This chapter describe
s
modules (function and class libraries) which are built
into MicroPython. There are
a
few categories of modules:
* Modules which implement
a
subset of standard Python functionality and are not
intended to be extended by
the
user.
* Modules which implement
a
subset of Python functionality, with a provision
for extension by
the
user (via Python code).
* Modules which implement MicroPython extensions to
the
Python standard libraries.
* Modules specific to a particular port and thus not portable.
Note about the availability of modules and their contents: This documentation
...
...
@@ -18,11 +18,11 @@ each port to a particular board/embedded system makes available only a subset
of MicroPython libraries. For officially supported ports, there is an effort
to either filter out non-applicable items, or mark individual descriptions
with "Availability:" clauses describing which ports provide a given feature.
With that in mind, please still be
ready to a fact
that some function/class
in a module
,
or even entire module
,
described in this documentation
,
may be
n
ot
available in a particular build of MicroPython on a particular board. The
best place to find
a
general information of the availability/non-availability
of a particular feature is "General Information" secton which contains
With that in mind, please still be
warned
that some function
s
/class
es
in a module
(
or even
the
entire module
)
described in this documentation may be
u
navailable in a particular build of MicroPython on a particular board. The
best place to find general information of the availability/non-availability
of a particular feature is
the
"General Information" sect
i
on which contains
information pertaining to a specific port.
Beyond the built-in libraries described in this documentation, many more
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment