Skip to content

Commit ceada26

Browse files
authored
Remove article for general functionality
1 parent d476de1 commit ceada26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Design for compatibility with CPython
188188

189189
CircuitPython is aimed to be one's first experience with code. It will be the
190190
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
191+
out from this first step, make sure that functionality shared with CPython shares
192192
the same API. It doesn't need to be the full API it can be a subset. However, do
193193
not add non-CPython APIs to the same modules. Instead, use separate non-CPython
194194
modules to add extra functionality. By distinguishing API boundaries at modules

0 commit comments

Comments
 (0)