@@ -126,7 +126,7 @@ <h2>CircuitPython is based on Python</h2>
126126 and universities. It's a high-level programming language which means it's
127127 designed to be easier to read, write and maintain. It supports modules and
128128 packages which means it's easy to reuse your code for other projects. It
129- has a built in interpreter which means there are no extra steps, like
129+ has a built- in interpreter which means there are no extra steps, like
130130 compiling, to get your code to work. And of course, Python is Open Source
131131 Software which means it's free for anyone to use, modify or improve upon.
132132 </ p >
@@ -154,11 +154,11 @@ <h2>CircuitPython is based on Python</h2>
154154 srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x,
155155 {{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x,
156156 {{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi">
157- < h2 > CircuitPython libraries on single board computers</ h2 >
157+ < h2 > CircuitPython libraries on single- board computers</ h2 >
158158 < p >
159- Most CircuitPython libraries also work on < a href ="/blinka "> single board computers (SBCs)</ a > , such as the Raspberry Pi.
159+ Most CircuitPython libraries also work on < a href ="/blinka "> single- board computers (SBCs)</ a > , such as the Raspberry Pi.
160160 Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython.
161- Our CPython Blinka library provides CircuitPython's low level hardware APIs, such as `digitalio`.
161+ Our CPython Blinka library provides CircuitPython's low- level hardware APIs, such as `digitalio`.
162162 </ p >
163163 < p >
164164 Blinka and CircuitPython libraries are just a `pip install` away.
@@ -172,7 +172,7 @@ <h2>Just the beginning...</h2>
172172 < p >
173173 CircuitPython continues to evolve, and is constantly being updated. We
174174 welcome and encourage feedback from the community, and we incorporate this
175- into how we are developing CircuitPython. That's the core of the open source
175+ into how we are developing CircuitPython. That's the core of the open- source
176176 concept. This makes CircuitPython better for you and everyone who uses it!
177177 </ p >
178178 < p >
0 commit comments