Remove article for general functionality

This commit is contained in:
Rohan Shah 2022-08-28 10:59:23 -04:00 committed by GitHub
parent d476de1a04
commit ceada2655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ Design for compatibility with CPython
CircuitPython is aimed to be one's first experience with code. It will be the CircuitPython is aimed to be one's first experience with code. It will be the
first step into the world of hardware and software. To ease one's exploration first step into the world of hardware and software. To ease one's exploration
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
the same API. It doesn't need to be the full API it can be a subset. However, do the same API. It doesn't need to be the full API it can be a subset. However, do
not add non-CPython APIs to the same modules. Instead, use separate non-CPython not add non-CPython APIs to the same modules. Instead, use separate non-CPython
modules to add extra functionality. By distinguishing API boundaries at modules modules to add extra functionality. By distinguishing API boundaries at modules