Correct minor typos on landing page

This commit is contained in:
Rohan Shah 2022-10-14 17:27:32 -04:00 committed by GitHub
parent f1d79aabe2
commit c431f8d4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ layout: home
and universities. It's a high-level programming language which means it's 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 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 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 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. Software which means it's free for anyone to use, modify or improve upon.
</p> </p>
@ -154,11 +154,11 @@ layout: home
srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x, srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x,
{{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x, {{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x,
{{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi"> {{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi">
<h2>CircuitPython libraries on single board computers</h2> <h2>CircuitPython libraries on single-board computers</h2>
<p> <p>
Most CircuitPython libraries also work on <a href="/blinka">single board computers (SBCs)</a>, such as the Raspberry Pi. Most CircuitPython libraries also work on <a href="/blinka">single-board computers (SBCs)</a>, such as the Raspberry Pi.
Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. 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`.
</p> </p>
<p> <p>
Blinka and CircuitPython libraries are just a `pip install` away. Blinka and CircuitPython libraries are just a `pip install` away.
@ -172,7 +172,7 @@ layout: home
<p> <p>
CircuitPython continues to evolve, and is constantly being updated. We CircuitPython continues to evolve, and is constantly being updated. We
welcome and encourage feedback from the community, and we incorporate this 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! concept. This makes CircuitPython better for you and everyone who uses it!
</p> </p>
<p> <p>