From c431f8d4a3a0e6a9da1e61d2b810573fb56e02df Mon Sep 17 00:00:00 2001 From: Rohan Shah <57906961+rshah713@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:27:32 -0400 Subject: [PATCH] Correct minor typos on landing page --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index dad7689a6..e097c02ee 100644 --- a/index.html +++ b/index.html @@ -126,7 +126,7 @@ layout: home and universities. It's a high-level programming language which means it's designed to be easier to read, write and maintain. It supports modules and packages which means it's easy to reuse your code for other projects. It - has a built in interpreter which means there are no extra steps, like + has a built-in interpreter which means there are no extra steps, like compiling, to get your code to work. And of course, Python is Open Source Software which means it's free for anyone to use, modify or improve upon.

@@ -154,11 +154,11 @@ layout: home srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x, {{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x, {{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi"> -

CircuitPython libraries on single board computers

+

CircuitPython libraries on single-board computers

- Most CircuitPython libraries also work on single board computers (SBCs), such as the Raspberry Pi. + Most CircuitPython libraries also work on single-board computers (SBCs), such as the Raspberry Pi. Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. - Our CPython Blinka library provides CircuitPython's low level hardware APIs, such as `digitalio`. + Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`.

Blinka and CircuitPython libraries are just a `pip install` away. @@ -172,7 +172,7 @@ layout: home

CircuitPython continues to evolve, and is constantly being updated. We welcome and encourage feedback from the community, and we incorporate this - into how we are developing CircuitPython. That's the core of the open source + into how we are developing CircuitPython. That's the core of the open-source concept. This makes CircuitPython better for you and everyone who uses it!