Skip to content

Commit 92c9fbf

Browse files
authored
Merge pull request #1702 from arduino/karlsoderby/mp101-fixes
[MicroPython] Update 101 course
2 parents b14993d + f3b20ff commit 92c9fbf

File tree

1 file changed

+1
-1
lines changed
  • content/micropython/02.micropython-course/course/03.python-cc

1 file changed

+1
-1
lines changed

content/micropython/02.micropython-course/course/03.python-cc/python-cc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: '4. Python Crash Course'
66
description: 'Learn some Python fundamentals that will help you create MicroPython scripts.'
77
---
88

9-
We ended last chapter by making **a light blink**, to make sure our setup was working properly. In this chapter, we will take you through some useful Python® syntax that will be of help when you are creating MicroPython scripts.
9+
In this chapter, we will take you through some useful Python® syntax that will be of help when you are creating MicroPython scripts.
1010

1111
***In this chapter we will cover a small part of the Python programming language. This will help you to better understand the rest of the course. If you are familiar with Python, this chapter is not a requirement.***
1212

0 commit comments

Comments
 (0)