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 d476de1 commit ceada26Copy full SHA for ceada26
docs/design_guide.rst
@@ -188,7 +188,7 @@ Design for compatibility with CPython
188
189
CircuitPython is aimed to be one's first experience with code. It will be the
190
first step into the world of hardware and software. To ease one's exploration
191
-out from this first step, make sure that the functionality shared with CPython shares
+out from this first step, make sure that functionality shared with CPython shares
192
the same API. It doesn't need to be the full API it can be a subset. However, do
193
not add non-CPython APIs to the same modules. Instead, use separate non-CPython
194
modules to add extra functionality. By distinguishing API boundaries at modules
0 commit comments